move rename concept questions

Any questions? Need some help?
Post Reply
brik
Posts: 1
Joined: 21 Feb 2015, 21:15

move rename concept questions

Post by brik »

hello - Looking for an AMC script that is a bit simpler than most.
Looking at this http://www.filebot.net/forums/viewtopic ... =215#p1561
It has too much for me, I think.
Unrar archives
Group movies and episodes and then handle them separately (auto-detect episode-vs-movie file)
Fetch subtitles and transcode to SubRip/UTF-8
Copy and Organize episodes, movies and music files into folders and rename files properly
Movies will be sorted into {output}/Movies/Name (Year)/Name (Year) [CD123].ext
TV Shows will be sorted into {output}/TV Shows/Name/Season N/Name - S00E00 - Title.ext
Music will be sorted into {output}/Music/Artist/Album/Artist - Title.ext
Fetch artwork and generate .nfo files
Notify XBMC (via TCP on port 9090) and/or Plex (via HTTP on port 32400) to rescan it's video library
Log into MyEpisodes and mark newly downloaded episodes as 'acquired'
Send a report about newly added files per email
I would like a script to

  • Group movies and episodes and then handle them seperately (auto-detect episode-vs-movie file)
  • Copy and Organize episodes, movies and music files into folders and rename files properly
  • Movies will be sorted into {output}/Movies/ProperName.ext
  • TV Shows will be sorted into {output}/TV Shows/Name - S00E00 - Title.ext
Essentially what I want is clean movie names without added stuff, in one directory and clean show names in another. if the torrent has the media in a folder I want to move it out of the folder into the above structure.

Should I start learning Groovey and modify the acript linked above or is there something that will do what I want already?

Thanks!
User avatar
rednoah
The Source
Posts: 23947
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: move rename concept questions

Post by rednoah »

Use the amc script. Don't activate features you don't want. Done.
:idea: Please read the FAQ and How to Request Help.
Post Reply