I know, conversion sucks, but maybe someone knows a trick to use the conversiontool for splitting without doing a real conversion to other codec or bitrate.
As stated above that thing mp3split should split, there is also pcutmp3, but the file isnt hosted anymore in the link of the topic below.
http://www.hydrogenaudio.org/forums/index....w=&st=&maybe something could be figured out with using this tool and the convert options and a batfile? (like lossy.flac works maybe...)
here is a example batfile:
CODE
@echo off
title pcutmp3
cd /d "C:\Program Files\foobar2000\Encoders\pcutmp3"
java -jar pcutmp3.jar --cue %1 --out "Track %%n" --dir "%~dp1
pause
exit
Edit: tried some stuff but couldn't figure it out to do it within foobars playlists. Splitting big mp3files based on cuesheets is the only thing i use other software for than foobar, everything else can be done with foobar, hope this feature will be implemented in the future.