FoobarSync - official disussion thread
Reply #22 – 2015-10-03 10:44:37
Hi! Thanks for a such handy tool! I have a "little" trouble. My situation: 1. Audio files at network attached storage (NAS) and albums are SINGLE *.ape or *.flac or something other with *.cue. So i dont want to waste my HDD with files, which i already have at NAS. Nevermind when this single lossless files located, i think... 2. Foobar2k playlists created with cuesheet usage 3. When i try to sync playlists, there is error in ffprobe.log:ffmpeg started on 2015-10-03 at 16:03:37 Report written to "c:\Program Files (x86)\foobar2000\ffprobe.log" Command line: "c:\\Program Files (x86)\\foobar2000\\ffmpeg.exe" -y -i "H:\\synctest\\Iron Maiden\\Studio Albums\\1992 - Fear Of The Dark (TOCP-7155)\\Iron Maiden - Fear Of The Dark (TOCP-7155).cue" -vn -c:a libvorbis -ac 2 -q:a 5 "I:\\/MUSIC\\Heavy Metal\\Iron Maiden\\1992 - Fear Of The Dark (TOCP-7155)\\12 - Fear Of The Dark.ogg" ffmpeg version N-75573-g1d0487f Copyright © 2000-2015 the FFmpeg developers built with gcc 4.9.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib libavutil 55. 2.100 / 55. 2.100 libavcodec 57. 3.100 / 57. 3.100 libavformat 57. 2.100 / 57. 2.100 libavdevice 57. 0.100 / 57. 0.100 libavfilter 6. 9.100 / 6. 9.100 libswscale 4. 0.100 / 4. 0.100 libswresample 2. 0.100 / 2. 0.100 libpostproc 54. 0.100 / 54. 0.100 Splitting the commandline. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-i' ... matched as input file with argument 'H:\synctest\Iron Maiden\Studio Albums\1992 - Fear Of The Dark (TOCP-7155)\ Iron Maiden - Fear Of The Dark (TOCP-7155).cue'. Reading option '-vn' ... matched as option 'vn' (disable video) with argument '1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'libvorbis'. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'. Reading option '-q:a' ... matched as option 'q' (use fixed quality scale (VBR)) with argument '5'. [b]Reading option 'I:\/MUSIC\Heavy Metal\Iron Maiden\1992 - Fear Of The Dark (TOCP-7155)\12 - Fear Of The Dark.ogg' ... matched as output file.[/b] Finished splitting the commandline. Parsing a group of options: global . Applying option y (overwrite output files) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file H:\synctest\Iron Maiden\Studio Albums\1992 - Fear Of The Dark (TOCP-7155)\Iron Maiden - Fear Of The Dark (TOCP-7155).cue. Successfully parsed a group of options. [color=#FF0000][b]Opening an input file: H:\synctest\Iron Maiden\Studio Albums\1992 - Fear Of The Dark (TOCP-7155)\Iron Maiden - Fear Of The Dark (TOCP-7155).cue. [AVIOContext @ 03e2eac0] Statistics: 1682 bytes read, 0 seeks H:\synctest\Iron Maiden\Studio Albums\1992 - Fear Of The Dark (TOCP-7155)\Iron Maiden - Fear Of The Dark (TOCP-7155).cue: Invalid data found when processing input[/b][/color] Test playlist and playlist item properties here .I think we need to parse .cue. FFMpeg can't extract one track from .flac even we have parameters from playlist item (file path, duration, referenced file and referenced offset), as i know. So we need multiformat tool which can extract single track from lossless containers such as WAV, FLAC, APE, LossyWAV, ALAC, TTA, and WavPack And this tool must do it from CLI. Cuetools can't do this as i know... Please, help! I don't want to convert all albums i have to a single files, because it downloaded with torrent and seeding now... P.S. Sorry for my bad English.