Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Folder organization
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Folder organization
2nd Apr, 2013, 02:52 AM
Post: #4
bonelifer Offline
Registered
Posts: 6
Joined: Dec 2012
Reputation: 4
RE: Folder organization
I use filebot to rename and sort my tv shows/movies.

There's a post on using it on RPi:
http://www.filebot.net/forums/viewtopic.php?f=3&t=644

For TV shows I use this:
Code:
Y:/Videos/TV/{def a; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: n.upperInitial().replaceTrailingBrackets()}/{"Season"} {s.pad(2)}/{def a; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: n.upperInitial().replaceTrailingBrackets()} - [{s.pad(2)}x{e.pad(2)}] - {t}

Change "Y:/Videos/TV/" and "Y:/incoming/scripts/" to the appropriate paths.

example of output:
Y:/Videos/TV/Dexter/Season 01/Dexter - [01x01] - Dexter.mkv


names.csv contains
SHOW NAME AS FOUND ON thetvdb;How I want it formated in the file

examples(notice the semi-colon needs to be between the two):
Code:
CSI: Miami;CSI- MIAMI
CSI: NY;CSI- NY
NCIS: Los Angeles;NCIS- LA
CSI: Crime Scene Investigation;Crime Scene Investigation
M*A*S*H;MASH

If you don't include a show in the file then it'll just use the theTVDB name normalized for non-legal characters.


For movies I use:
Code:
Y:/Videos/MOVIES/{n} ({y})/{n} ({y})

example of output:
Y:/Videos/MOVIES/Beverly Hills Cop (1984)/Beverly Hills Cop (1984).mkv

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I don't use Filebot for music, instead I use foobar2000 with a convert profile that uses this to format file/directory:
Code:
%album artist%/%album%/[%discnumber%.]%tracknumber% - %artist% - %title%

example of output:
/Dwight Yoakam/Guitars, Cadilacs, Etc., Etc\01 - Dwight Yoakam - Honky Tonk Man.flac
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Folder organization - ej24 - 1st Apr, 2013, 11:49 AM
RE: Folder organization - namtih - 1st Apr, 2013, 05:50 PM
RE: Folder organization - rikardo1979 - 1st Apr, 2013, 06:37 PM
RE: Folder organization - bonelifer - 2nd Apr, 2013 02:52 AM
RE: Folder organization - zilexa - 2nd Apr, 2013, 05:09 AM
RE: Folder organization - rikardo1979 - 2nd Apr, 2013, 05:21 AM
RE: Folder organization - bonelifer - 2nd Apr, 2013, 07:22 AM
RE: Folder organization - rikardo1979 - 2nd Apr, 2013, 08:05 AM
RE: Folder organization - ej24 - 2nd Apr, 2013, 03:06 PM
RE: Folder organization - Kevf - 19th May, 2013, 09:49 PM
RE: Folder organization - mk01 - 19th May, 2013, 10:36 PM
RE: Folder organization - rikardo1979 - 19th May, 2013, 10:33 PM
RE: Folder organization - Kevf - 20th May, 2013, 01:41 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 18th Jul, 2025, 10:34 AM Powered By MyBB, © 2002-2025 MyBB Group.