Search found 4 matches

by pcqd177
16 Aug 2017, 09:08
Forum: Episode / Movie Naming Scheme
Topic: HELP RENAME
Replies: 11
Views: 7263

Re: HELP RENAME

if you tried my formats you would see it does what you want ;) https://www.filebot.net/forums/viewtopic.php?f=3&t=2072 if file already has the info use: {ext == 'mp3' ? 'MP3' : 'FLAC'}/{any{media.genre}{'Unknown genre'}}/{media.Performer} - {media.title} else: {ext == 'mp3' ? 'MP3' : 'FLAC'}/{a...
by pcqd177
15 Aug 2017, 07:06
Forum: Episode / Movie Naming Scheme
Topic: HELP RENAME
Replies: 11
Views: 7263

Re: HELP RENAME

I recommend processing files with MusicBrainz Picard first if they aren't properly tagged already. Once files are tagged, you can easily process them with FileBot and move/rename them according to any of the available ID3 Tags. hi i got musicbrainz already, about 98-99% of the files are tag i can m...
by pcqd177
15 Aug 2017, 04:54
Forum: Episode / Movie Naming Scheme
Topic: HELP RENAME
Replies: 11
Views: 7263

Re: HELP RENAME

Hi thanks for replying so quick both code is so close to what i want. so my original setup up is just all my mp3 in 1 single folder and flac in another folder. is there a way FB can auto sort it into genre type just like the movie format? eg. folder MP3\auto sort genre folder\artist - title MP3\rap\...
by pcqd177
14 Aug 2017, 23:46
Forum: Episode / Movie Naming Scheme
Topic: HELP RENAME
Replies: 11
Views: 7263

HELP RENAME

Hi All,
Some help on renaming would be great. So I got a massive mp3 and flac collection that needed to be organise.
mp3 folder MP3\ folder genre\name of file artist - title
flac folder FLAC\ folder genre\name of file artist - title
already got the flac n mp3 sorted
Thanks