Double Entries in Playlist (mp3 & cue) |
Please read foobar2000 Tech Support Forum Rules before posting and comply with all the points.
Failure to provide all the information pointed out in the above document in your post is considered wasting other people's time and in extreme cases will lead to your topic getting locked without a reply.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Double Entries in Playlist (mp3 & cue) |
Jan 18 2007, 15:28
Post
#1
|
|
|
Group: Members Posts: 4 Joined: 18-March 06 Member No.: 28564 |
Hello,
is there any possibility to load only the cue-file and not the real big mp3 file. So there is anytime in my playlist the splitted tracks and after these tracks is the real mp3 file. I load my files with albumlist (directory view) ... It there any way to say if cue exist in this directory then add no mp3 files? thx flo ps: sry for my bad english .. |
|
|
|
Jan 18 2007, 15:42
Post
#2
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
The best resolve I've seen for this is to rename the mp3 from <name>.mp3 to <name>.cue.mp3 and then exclude .cue.mp3 files in preferences.
-------------------- I'm on a horse.
|
|
|
|
Jan 18 2007, 15:56
Post
#3
|
|
|
Group: Members Posts: 4 Joined: 18-March 06 Member No.: 28564 |
|
|
|
|
Jan 18 2007, 16:21
Post
#4
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
You could just exclude .mp3 files in foobar...
Any other option is going to involve some work from you I'm afraid. You can't embed the cuesheet and remove/rename the cue file, as foobar won't handle embedded cuesheets with MP3. There are numerous ways to automate the process of editing the cuesheets. It should take you five minutes. There are many tools that will recursively find'n'replace text in files of a given type (one here), and there are many tools that will let you rename files of a given type (one here). -------------------- I'm on a horse.
|
|
|
|
Oct 2 2007, 11:28
Post
#5
|
|
|
Group: Members Posts: 6 Joined: 11-August 06 Member No.: 33928 |
Has any improvement to this been made recently?
Basically, foobar needs to be able to play DJ sets, which are always a single .mp3 and .cue file, each in a separate directory. It has to do this without opening the mp3 as well as the cue when i open directories. The only way i can see is if there is code somewhere to say if(cuesheet found with same filename as mp3) dont open mp3 as well else open mp3 anyone? It is the biggest annoyance with foobar for me, and for a fair amount of people I know so would be great if there was a solution that didnt mean changing my actual media library! |
|
|
|
Oct 2 2007, 11:36
Post
#6
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
Are the MP3 files and cuesheets named the same? I.e.: are they named "<name>.mp3" and "<name>.cue"?
If so, one way may be to write a small script that would iterate through the folders and create a playlist, including cue files where an MP3 and CUE exist with the same name, or MP3 files where there is no accompanying CUE. You would then drag this playlist (M3U) into foobar. -------------------- I'm on a horse.
|
|
|
|
Oct 2 2007, 11:41
Post
#7
|
|
|
Group: Members Posts: 6 Joined: 11-August 06 Member No.: 33928 |
That is an interesting way of sorting it but the idea is for foobar to do the required junk for me. Manually renaming files (even in a script) is something i really want to avoid.
The bees knees would be just dragging in my directories (as i do now) and having foobar only look at the cue files. Unfortunately it seems foobar doesnt support this without renaming to *.cue.mp3 and excluding that file type. This is a lot of effort for something im sure could be added using an inbuilt line of code to foobar somewhere! |
|
|
|
Oct 2 2007, 12:34
Post
#8
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
Agreed - but until that time...
What I'm proposing is that you would instead drag the folder onto a batch file icon. The batch file would create a playlist intelligently, and potentially launch foobar to then play (or enqueue) that playlist. Edit: To clarify: you would not be renaming your files. The batch file would be iterating through all MP3 files in the folder, checking whether a cue file existed with the same name, and then adding either the MP3 or CUE depending on the outcome. This post has been edited by Synthetic Soul: Oct 2 2007, 12:36 -------------------- I'm on a horse.
|
|
|
|
Jun 9 2009, 21:11
Post
#9
|
|
|
Group: Members Posts: 18 Joined: 16-August 06 Member No.: 34127 |
so is there better solution than this?
QUOTE The best resolve I've seen for this is to rename the mp3 from <name>.mp3 to <name>.cue.mp3 and then exclude .cue.mp3 files in preferences. |
|
|
|
Jun 10 2009, 09:16
Post
#10
|
|
|
Group: Members Posts: 33 Joined: 6-May 09 Member No.: 69563 |
maybe this component will do the trick?
http://wintense.com/plugins/foo_cuefilter Havent been able to test it myself since I dont use cue-files in foobar. But judging by the discription it might be what you are looking for. |
|
|
|
Jun 10 2009, 12:27
Post
#11
|
|
![]() Group: Members Posts: 82 Joined: 10-April 08 Member No.: 52685 |
The above plugin has been a godsend, since I've found it. I love it
|
|
|
|
Jun 10 2009, 14:58
Post
#12
|
|
|
Group: Members Posts: 18 Joined: 16-August 06 Member No.: 34127 |
thanks. works great!
|
|
|
|
Sep 3 2012, 18:11
Post
#13
|
|
![]() Group: Members Posts: 15 Joined: 26-September 07 From: Utrecht Member No.: 47379 |
maybe this component will do the trick? http://wintense.com/plugins/foo_cuefilter Thanks for the tip, still works a treat with foobar v1.1.13 AFTER removing .cue from the Preferences > Shell Integration > Exclude File Types. Now it would be great if this or another plugin also avoided double playlist entries when you have say MP3 and WAV versions in the same folder. I usually have lossless WAV/FLAC at the top level and then MP3 in a sub-folder. Even with this plugin foobar still loads both into the playlist. I'll e-mail the author of the plugin, see if he/she's interested. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 19:37 |