Search found 29 matches

by synci
November 21st, 2016, 1:30 pm
Forum: Post-Processing Scripts
Topic: [SOLVED][LINUX] Parse/run rename.sh inside archive ?
Replies: 28
Views: 22592

Re: [SOLVED][LINUX] Parse/run rename.sh inside archive ?

This version works for me, just tested with brand new nzb and "a_Linux_2rename.sh" inside. https://github.com/clinton-hall/GetScripts/blob/900aac7a0d7eb904ab4c9c721cb22662eba63d8f/SafeRename.py Its also needed to disable recursive unpacking in Sabnzbd settings (https://sabnzbd.org/wiki/con...
by synci
February 21st, 2015, 10:43 am
Forum: Post-Processing Scripts
Topic: [SOLVED][LINUX] Parse/run rename.sh inside archive ?
Replies: 28
Views: 22592

Re: [SOLVED][LINUX] Parse/run rename.sh inside archive ?

Yes Clinton Hall is on it, i think few short changes needed then it should work. Your idea sounds really great because no changes in the script needed when the board will start another rat race. But tbh, at the moment i prefer the other method with correct namings when possible. For example, when Si...
by synci
February 20th, 2015, 7:06 am
Forum: Post-Processing Scripts
Topic: [SOLVED][LINUX] Parse/run rename.sh inside archive ?
Replies: 28
Views: 22592

Re: [SOLVED][LINUX] Parse/run rename.sh inside archive ?

Your shot sounds great :)
I know that it is a rat race but i think that they dont change it now for a while.
by synci
February 20th, 2015, 6:39 am
Forum: Post-Processing Scripts
Topic: [SOLVED][LINUX] Parse/run rename.sh inside archive ?
Replies: 28
Views: 22592

Re: [SOLVED][LINUX] Parse/run rename.sh inside archive ?

Dont know why they are doing this ...
Already mailed Clinton Hall for this and added an issue on github, he will look over this.

I thought its simple to just execute the new sh file if it contains a unpacking command.
Then do the same like before, parse the rename.sh file and rename the files :)
by synci
February 20th, 2015, 4:45 am
Forum: Post-Processing Scripts
Topic: [SOLVED][LINUX] Parse/run rename.sh inside archive ?
Replies: 28
Views: 22592

Re: [SOLVED][LINUX] Parse/run rename.sh inside archive ?

Hey sander, im afraid but the script needs little modification :( Now they pack(rar) our rename.sh/.bat file but gives us a new .sh file for that process. a_Linux_2rename.sh: unrar x -p923613061 What.rar ./What.sh Inside that What.rar archive is our real rename.sh file. NZB example sent via PM. Any ...
by synci
February 19th, 2015, 2:15 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

Got some problems with permissions after mkv got finaly renamed back to original name. (OMV System with aufs pool) So i added a chmod option, works fine: # Delete original mkv, rename new one to original name and chmod it print "Cleaning up" os.remove(mkvfilename) os.rename(cleanmoviename,...
by synci
February 15th, 2015, 6:32 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

Wonderfull, thanks !
by synci
February 15th, 2015, 5:04 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

That change you made (streamnumber) doesnt work :( I switched back to the "cmd = 'mkvmerge -o "' + cleanmoviename + '" -a 1 --nosubs "' + mkvfilename + '"'" method and it works fine ? This is my sab script log: Step 1 Directory is /media/4fb18d2a-662b-4868-bc60-c0d6e500...
by synci
February 15th, 2015, 3:48 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

Okay, thanks
by synci
February 14th, 2015, 1:40 pm
Forum: Post-Processing Scripts
Topic: [LINUX]Running multiple PP scripts
Replies: 2
Views: 2399

Re: [LINUX]Running multiple PP scripts

And we have a winner :)
Works !!!
Thank you so much !
by synci
February 14th, 2015, 1:28 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

Works perfect !!! Thanks !
by synci
February 14th, 2015, 12:13 pm
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

So .. works great and fast, is it possible to auto delete the old mkv and just keep cleanedmovie.mkv ? Or directly overwrite the original one and dont creating a new mkv ? Now i have 2 mkvs in my dir, i think SickRage doesnt like that. *EDIT* Just inspected code, i think its already on your TODO lis...
by synci
February 14th, 2015, 12:10 pm
Forum: Post-Processing Scripts
Topic: [LINUX]Running multiple PP scripts
Replies: 2
Views: 2399

[LINUX]Running multiple PP scripts

Hey guys, its sanders fault that i have 2 new pp scripts :) (Thanks again!) I need to run 3 python pp scripts after my download completed. Found a thread here but i think its only for bash scripts ? That here doesnt work :) #!/usr/bin/env bash ./SAB-SafeRename.py && ./mkv-process-audio-and-s...
by synci
February 14th, 2015, 11:31 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

I will.
Yes, normaly there is the mkv and just 1 nfo, thought it would be great to attach it to the mkv for future investigastions :)
by synci
February 14th, 2015, 11:03 am
Forum: Post-Processing Scripts
Topic: [LINUX] Remove unwanted audio+subs
Replies: 28
Views: 23671

Re: [LINUX] Remove unwanted audio+subs

Wow thanks a lot !!!
I´ll try it now and maybe i can add the nfo feature, a quest for me but funny :)