[Windows] YoVanilla: Movie and Documentary Post-Processing

Come up with a useful post-processing script? Share it here!
Maes
Newbie
Newbie
Posts: 3
Joined: January 30th, 2013, 3:24 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by Maes »

Thanks for your elaborate post and for offering further help.

I have tried to add my hd category as default for the yovanilla ini, but there is "Default" parameter, now I saw you say this in an earlier post:
NoTolerance wrote:...would be to change your "Default" category to use YoVanilla. You'd also need to modify your YoVanilla.ini file to use that category.
So do I just add "Default" right under it? like this:

Code: Select all

;	Music Category:
DocCat=music

;	HD Movie (x264) Category:
HDCat=blu-ray

;	SD Movie (DivX/XviD) Category:
SDCat=dvd

; default
Default=blu-ray
Like that? Please let me know!

I also appreciate your effort for writing that batch script, I now made 3 separate scripts for each category and they each move the file into my nas. Does this script just move the file or also the directory it is in? Because I'd love the directory to move as well (just like yovanilla does).

I guess in about 15 minutes I'll find out anyway :).
Maes
Newbie
Newbie
Posts: 3
Joined: January 30th, 2013, 3:24 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by Maes »

I didn't use the batch scripts because I couldn't for the life of me figure out how to move the entire source directory. It kept saying "Access denied". I'm now using your yovanilla script again because it just does what it has to do. Move the files and the folders into the right directory based on the category.
NoTolerance
Full Member
Full Member
Posts: 127
Joined: June 27th, 2012, 9:55 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by NoTolerance »

Glad you got it sorted out.

As for the batch scripts: if you want them to work, you might want to map the share from your NAS to a drive letter instead. Also, you might want to set it up more like this:

Code: Select all

@echo off
MOVE %1 \\NAS\Movies\%3
exit
or

Code: Select all

@echo off
:: Where 'M' is your mapped drive letter
MOVE %1 M:\Movies\%3
exit
Like I said, I was just trying to give you an idea of how it would work. I haven't actually tested or tried this.
akuiraz
Newbie
Newbie
Posts: 16
Joined: March 5th, 2010, 8:43 pm

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by akuiraz »

FEATURE REQUEST:

Could you add an option to define additional file extensions?

I would like to use this script to process and rename my .STRM files for use with the XBMC addon Pneumatic ( http://forum.xbmc.org/showthread.php?tid=97657 )... Currently there isn't a great way to rename/movie the .strm files.

Thanks
NoTolerance
Full Member
Full Member
Posts: 127
Joined: June 27th, 2012, 9:55 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by NoTolerance »

Can't you just add those to the KeepList part of the INI file?

Code: Select all

;===========================================================================
; List of additional files to KEEP by extension. Separate entries with a pipe.
; Movie file types are already kept
; Good for keeping subtitle or nfo files if you'd like
;===========================================================================
KeepList=.srt|.sub|.idx|.ssf
Last edited by NoTolerance on March 8th, 2013, 10:24 am, edited 2 times in total.
Fletch
Newbie
Newbie
Posts: 3
Joined: March 8th, 2013, 4:16 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by Fletch »

Just downloaded from dropbox and it appears to be version 1.0.0.56 and the old .ini file

When it runs it tries to update and stops processing .... Where do i get the latest version? Or am i getting it wrong?
NoTolerance
Full Member
Full Member
Posts: 127
Joined: June 27th, 2012, 9:55 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by NoTolerance »

Fletch wrote:Just downloaded from dropbox and it appears to be version 1.0.0.56 and the old .ini file

When it runs it tries to update and stops processing .... Where do i get the latest version? Or am i getting it wrong?
Sorry about that. It should be fixed now.
Fletch
Newbie
Newbie
Posts: 3
Joined: March 8th, 2013, 4:16 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by Fletch »

Don't worry about it ....

You provide this for free ... why would i complain!!

I did have a problem where the EXE file kept disappearing and processing would fail. Turns out Norton picked it up as a heuristic virus and was deleting it rather than running it
NoTolerance
Full Member
Full Member
Posts: 127
Joined: June 27th, 2012, 9:55 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by NoTolerance »

Yeah, I haven't looked into "signing" the app or anything. I've had anti-spyware apps pick it up, too, on my machines. But take the word of an anonymous guy on the Internet: the app isn't doing anything nefarious. lol
Fletch
Newbie
Newbie
Posts: 3
Joined: March 8th, 2013, 4:16 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by Fletch »

I'd already made it safe in my Norton list

However i'm having another problem ....

When i look at an old log, it renames it and moves it to from my complete drive (lets say D:) to a different drive (E:) for me then deletes the entry on D:
However what has been happening since moving to the latest version is it renames it on the D drive then deletes it straight away

In my ini file i have my complete downloads set to D: and the folder to move it to as E: (for all the categories) the program is renaming the MKV files and the folder they live in but it's not moving to the other drive
NoTolerance
Full Member
Full Member
Posts: 127
Joined: June 27th, 2012, 9:55 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by NoTolerance »

Okay - I must have been having a bad day Friday. I fixed the files on my end, but I forgot to sync the changes back up with my Dropbox... So whatever you downloaded still isn't right.

Sorry to be a pain in the ass, but please download it again. The version you have right now had the issue you are describing and it was fixed in 1.0.0.58.
nameBrandon
Newbie
Newbie
Posts: 2
Joined: April 2nd, 2013, 5:10 pm

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by nameBrandon »

Thanks so much, this rocks! I was banging my head against the wall with movies.exe, this is great!

A couple of points.. I'm getting a new version notification, even though I have what I assume is the latest version.. when visiting the URL in the log file, I get 404's from dropbox. I just turned new version checking off for now.

Code: Select all

2013-04-02 16:01 - 
2013-04-02 16:01 - Back With My Brand New Invention: v1.0.0.58
2013-04-02 16:01 - INI File Version: v1.0.0.03
2013-04-02 16:01 - An updated version is available: v
2013-04-02 16:01 - Download from: https://dl.dropbox.com/u/12943123/YoVanilla/YoVanilla_.exe
2013-04-02 16:01 - You have chosen to skip this update.
2013-04-02 16:01 - You need to update your INI file:
2013-04-02 16:01 - INI File: https://dl.dropbox.com/u/12943123/YoVanilla/YoVanilla.ini
2013-04-02 16:01 - You have chosen to skip this update.
Also, I thought I'd drop at least a couple file names where I ran into issues, not sure if it's something to look into or not..

Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0n

Maybe the double underscore screwed the pooch on this one? Perhaps try to replace underscores with spaces, then search again for double-spaces, and replace any double-spaces with a single space?

Code: Select all

2013-04-02 16:59 - Added parenthesis to date; renamed title: Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0N (2010)
2013-04-02 16:59 - Date formatted.
2013-04-02 16:59 - Special Edition Folder is now Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0N (2010)
2013-04-02 16:59 - Processing "Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0N (2010)"
2013-04-02 16:59 - Preparing to clean up files...
...
...
...
2013-04-02 16:59 - Renaming/Moving F:\Downloads\Complete\Toy_Story_3_2010_720p_BDRip_XViD_AC3-LEGi0N\Toy Story 3 2010 720p BDRip XViD AC3-LEGi0N.avi to F:\PLEX Server\Movies\Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0N (2010)\Toy_Story_3__720P_Bdrip_Xvid_Ac3-Legi0N (2010).avi SUCCEEDED! Now deleting...
Up.2009.720p.BluRay.DTS.x264-CtrlHD

Double-Date issue, i.e. Movie Year (Year) - since the year was already in the movie name.. (Not sure what to do there, because some movies do have a year in the title, and it's valid.. Like 2001: Space Odyssey, etc..)

Code: Select all

2013-04-02 17:14 - Replacing dots/periods in file name...
Renamed Up.2009.720p.BluRay.DTS.x264-CtrlHD to Up 2009 720p BluRay DTS x264-CtrlHD
2013-04-02 17:14 - Added date to name: Up 2009 (2009)
2013-04-02 17:14 - Special Edition Folder is now Up 2009 (2009)
2013-04-02 17:14 - Processing "Up 2009 (2009)"
Just out of curiousity, what's going to happen if someone downloads that "2012" movie..? "2012" (2012)? World explodes? :P :D
zetareticuli
Newbie
Newbie
Posts: 5
Joined: March 24th, 2013, 6:16 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by zetareticuli »

Thanks for your work on this. I was just thinking the other day, that I need a script like this! :)

Cheers
flyingoracle
Newbie
Newbie
Posts: 7
Joined: April 1st, 2011, 6:59 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by flyingoracle »

NoTolerance - Thank you very much for doing this. Much appreciated.
flyingoracle
Newbie
Newbie
Posts: 7
Joined: April 1st, 2011, 6:59 am

Re: [Windows] YoVanilla: Movie and Documentary Post-Processi

Post by flyingoracle »

nameBrandon wrote:Thanks so much, this rocks! I was banging my head against the wall with movies.exe, this is great!

A couple of points.. I'm getting a new version notification, even though I have what I assume is the latest version.. when visiting the URL in the log file, I get 404's from dropbox. I just turned new version checking off for now.

Code: Select all

2013-04-02 16:01 - 
2013-04-02 16:01 - Back With My Brand New Invention: v1.0.0.58
2013-04-02 16:01 - INI File Version: v1.0.0.03
2013-04-02 16:01 - An updated version is available: v
2013-04-02 16:01 - Download from: https://dl.dropbox.com/u/12943123/YoVanilla/YoVanilla_.exe
2013-04-02 16:01 - You have chosen to skip this update.
2013-04-02 16:01 - You need to update your INI file:
2013-04-02 16:01 - INI File: https://dl.dropbox.com/u/12943123/YoVanilla/YoVanilla.ini
2013-04-02 16:01 - You have chosen to skip this update.

For info I am getting exactly the same.

No biggie. Just turned off the check for updates. I'll do that manually. :)
Post Reply