Search found 6 matches

by bwq
August 11th, 2010, 3:45 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

Ok cool :). Could you also make it so it doesn't delete the original folders (CD[0-9], Subs, Sample) after it got the files out of there? Else I'd have to create a CD1/CD2 for every single one of my multi-CD releases :P
by bwq
August 11th, 2010, 12:33 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

I modified the script a little and replaced the rescene_srr_rebuild function. Tested it and now it doesn't create the .srr anymore if it finds one of the scene rars. I'll test more thoroughly when I have the time.

Replace the rescene_srr_rebuild function with this:
http://pastebin.com/1hjhR3hc
by bwq
August 11th, 2010, 11:29 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

Here you go, this should work: toprar=$(mono "$SRREXE" "${PWD##*/}.srr" -l | grep "RAR Files:" -A1 | tail -n 1 | sed -e 's/^[ \t]*//;s/[ \t]*$//') [ -f "$toprar" ] || mono "$SRREXE" "${PWD##*/}.srr" -r -u -y hurrdurr=$? toprar=`echo $toprar...
by bwq
August 11th, 2010, 11:06 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

That's nice :). I'd suggest adding this line of code btw: search for: toprar=$(mono "$SRREXE" "${PWD##*/}.srr" -l | grep "RAR Files:" -A1 | tail -n 1$ [ -f "$toprar" ] || mono "$SRREXE" "${PWD##*/}.srr" -r -u -y add below: toprar=`echo $top...
by bwq
August 11th, 2010, 1:19 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

Cool, gonna check it out when I get back home and report my findings :). Thanks! Btw, would you mind adding an option to remove the source (avi/mkv) files after cfv has succesfully verified the rar files' integrity? I know it's a very easy fix to implement myself, but I'm sure others would like this...
by bwq
August 10th, 2010, 4:32 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 107694

Re: [LiNUX/OSX/BSD - bash] SceneSort [v4 - ReScene Assistant.]

Amazing script! Just one thing though, how do you get this to work with multi-CD releases? I'm trying with a random multi-CD release and it keeps saying it can't find the cd1.avi and cd2.avi (with the proper filenames of course). That's because they are in CD1 and CD2 though, and it's trying to look...