Search found 117 matches

by sweetie
August 11th, 2010, 12:42 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

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

Oh, you beat me to it.


Current version has same check in place. (I only modified that last night - though it shouldn't have been behaving as it was. It's now as it was originally.)
by sweetie
August 11th, 2010, 12:29 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

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

Updated. Only required adding of additional sed expression. Also, srr.exe has an inbuilt CRC verifier. It was disabled by default, as I've yet to encounter a release where RARs reconstructed, yet failed SFV verification. (have tested literally thousands.) I've re-enabled at the cost of around (~5-10...
by sweetie
August 11th, 2010, 10:38 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

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

The latest version will remove all input files with same extension. Previously, only input files with original filenames were removed.
by sweetie
August 10th, 2010, 9:56 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

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

@bwq: You've just reminded me, intended to add a check for subdirs. Adding/updating in a moment.

edit: Added.

(also, to be safe: you'd better remove reference to the dir. name - against forum rules!)
by sweetie
July 3rd, 2010, 6:18 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 71922

Re: [LiNUX/OSX/BSD - bash] MediaMux [v4 - Join multi-part AVI + Remux MKV to M2TS.]

Oh, of course. Backslashes won't be there when typed.


Not to sound patronising, but tried paths (without echo | tr) inside quotes?

That's all I can think of just now.


If you pop on SABnzbd IRC we can try sort it there.
by sweetie
June 28th, 2010, 9:32 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 71922

Re: [LiNUX/OSX/BSD - bash] MediaMux [v4 - Join multi-part AVI + Remux MKV to M2TS.]

It could be possible that the spaces are what was causing gazzzmoly issues. (I've noticed in logs that they're preceded by a backslash (escape key.).) I'm not overly familiar with OSX, and haven't my laptop to hand so can't test under Linux, but you could try for calling: bash "/path/to/script....
by sweetie
June 9th, 2010, 12:54 pm
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 71922

Re: [LiNUX/OSX/BSD - bash] autsmuxer [v4 - MKV2VOB for *NiX]

Once you've followed instructions in original post under HOWTO* (substituting /path/to with your actual path) you could: (* and tested with: autsmuxer /empty/directory - will inform you of any packages required.) If calling as a post-processor in SAB: 1) Create blank text file. 2) Paste in: #!/bin/b...
by sweetie
June 6th, 2010, 9:49 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

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

stabu: latest version is behaving under Ubuntu* now. Have separated functions for remuxing/transcoding to MediaMux post.

http://forums.sabnzbd.org/index.php?topic=4500.0


Keep me posted on stats~!



*errors seem to have been caused by pastebin.
by sweetie
June 6th, 2010, 9:35 am
Forum: Post-Processing Scripts
Topic: [bash] autsmuxer - mkv2vob for *nix.
Replies: 81
Views: 71922

[bash] autsmuxer - mkv2vob for *nix.

Hi, autsmuxer is a mkv2vob CLI clone for *nix. https://github.com/dryes/autsmuxer ## dependencies: * libdca - http://www.videolan.org/developers/libdca.html * mkvtoolnix - http://www.bunkus.org/videotools/mkvtoolnix/index.html * mencoder - http://www.mplayerhq.hu/ * aften - http://aften.sourceforge....
by sweetie
May 8th, 2010, 3:26 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

Re: [bash] SceneSort [v3 - AIO post-processor script.]

Oh right. Just add: echo_process "Cleaning up.." for cleanup in "srr.log" "srs.log" *.srr *.srs "unrar.log" "cfv_c.log" "xml.log" "mencoder.log" "mkvinfo.log" "mkvextract.log" "dcadec_aften.log" "...
by sweetie
May 7th, 2010, 1:58 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

Re: [bash] SceneSort [v3 - AIO post-processor script.]

Ah right. The function that clears those is set to run right at the end, and if the directories have moved, it won't be looking in the right places. You can add "cleanup" to the base of the mkv2m2ts function (before the final '}') if you're bothered by them. (is this with the script in its...
by sweetie
May 7th, 2010, 9:30 am
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

Re: [Linux/OSX - Bash] scenesort script. [v3 - AIO post-post-processor.]

At the top, if you change mux options to: SAVE_MUX_INPUT="0" ##set to 1 to retain MKV/AVI input files. MUX_ONE_UP="0" ##move mux output up one level. REMOVE_INPUT_DIR="0" ##remove input dir. after muxing/joining. (MUX_ONE_UP must be "1", SAVE_MUX_INPUT must be...
by sweetie
April 9th, 2010, 7:12 pm
Forum: Post-Processing Scripts
Topic: Unable to get post delete script to work.
Replies: 2
Views: 2328

Re: Unable to get post delete script to work.

In Config>General>Cleanup list you can do this.
by sweetie
April 6th, 2010, 3:06 pm
Forum: Post-Processing Scripts
Topic: [Python] rescepy - automated ReScene reconstruction.
Replies: 122
Views: 100884

Re: [Linux/OSX - Bash] scenesort script. [v3 - AIO post-post-processor.]

Reposted, thanks for notifying. Can't remember if there have been any mods. since last update (other than ReScene 1.1 now) - if you run into any bugs* let me know, *Other than the -j option locking up - seems to happen after a recent bash update. (not sure how to repair it - will look into it later.)
by sweetie
February 21st, 2010, 1:04 pm
Forum: Post-Processing Scripts
Topic: Easiest way to pass an .iso to a command line tool on OSX?
Replies: 12
Views: 8970

Re: Easiest way to pass an .iso to a command line tool on OSX?

You'll need an ISO in folder for it to work (it is, it's the program that reports the error.) The above was intended as a post-processing. You could add a check; for alliso in *.iso *.ISO; do for alliso in *.iso *.ISO; do if [ ! -f "$alliso ]; then echo "No ISO found, exiting."; exit;...