ty my good manshypike wrote:Those are probably RAR5 format files.
Support will be in the next release.
Search found 11 matches
- March 6th, 2014, 12:09 am
- Forum: Bug Reports
- Topic: unpacking fails but sabnzbd keep going anyway.
- Replies: 2
- Views: 2482
Re: unpacking fails but sabnzbd keep going anyway.
- March 4th, 2014, 12:33 pm
- Forum: Bug Reports
- Topic: unpacking fails but sabnzbd keep going anyway.
- Replies: 2
- Views: 2482
unpacking fails but sabnzbd keep going anyway.
i'm running 0.7.17RC1 on my unraid server running the unraid OS 5.0.4. recently i've been having an issue where unpacking will fail and instead of sabnzbd marking it 'failed' and leaving it in my downloads directory it will dump the bad rarset/folder in my final download destination as set in catego...
- December 21st, 2013, 3:55 am
- Forum: Post-Processing Scripts
- Topic: help me optimize my pp script?
- Replies: 1
- Views: 2397
Re: help me optimize my pp script?
For anyone that cares, this is more or less a final version of my script #!/bin/bash fullpath=$1 name=$3 if [ -f $fullpath/*.nfo ]; then echo " " echo "Folder already has an nfo." else echo "" > movie.txt var1=`echo ${name%?1080*} | sed 's/proper//gI;s/nfofix//gI;s/subf...
- December 19th, 2013, 4:32 am
- Forum: Post-Processing Scripts
- Topic: help me optimize my pp script?
- Replies: 1
- Views: 2397
help me optimize my pp script?
been seeing a lot of times where my downloads aren't coming with nfo's for some reason. not all the time but enough to bother me. i've done a little bit of coding in my day but i'm very much out of practice, and bash scripting is not something i've ever really done. this is what i'm working on now. ...
- April 30th, 2013, 9:50 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770739
Re: XBMC Library Updater
the final command is: echo "curl -s -H \"Content-Type: application/json\" -u xbmc:xbmc -X POST -d '{\"jsonrpc\": \"2.0\", \"method\": \"VideoLibrary.Scan\", \"params\":{\"directory\":\"nfs://192.168.2.104/export/_TV/sho...
- January 7th, 2013, 12:23 am
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770739
Re: XBMC Library Updater
You can do this without using python classes with just wget: wget -q -O/dev/null --header='Content-Type: application/json' --post-data='{"jsonrpc": "2.0", "method": "VideoLibrary.Scan"}' http://localhost:8000/jsonrpc If you want to see the response, use -O- a...
- February 9th, 2012, 12:14 pm
- Forum: General Help
- Topic: Showname changing case
- Replies: 3
- Views: 7466
Re: Showname changing case
Thanks shypike! i was looking for this exact same thing.
- February 9th, 2012, 12:05 pm
- Forum: General Help
- Topic: [SOLVED] unraid + sabnzb slow moving
- Replies: 1
- Views: 2213
Re: unraid + sabnzb slow moving
EDIT:
for anyone maybe having the same issue.. changing from /mnt/user/BLAH to /mnt/cache/BLAH fixed this
for anyone maybe having the same issue.. changing from /mnt/user/BLAH to /mnt/cache/BLAH fixed this
- February 2nd, 2012, 8:04 pm
- Forum: General Help
- Topic: [SOLVED] unraid + sabnzb slow moving
- Replies: 1
- Views: 2213
[SOLVED] unraid + sabnzb slow moving
I'm not sure if this is a SabNZBd or an Unraid issue but my current setup is like this: temp/incomplete = /mnt/cache/.sabnzbd/incomplete complete = /mnt/cache/.sabnzbd/complete i have categories setup in sabnzbd that move from the complete dir to /mnt/user/BLAH (my BLAH share is setup to use a cache...
- January 19th, 2012, 9:09 pm
- Forum: General Help
- Topic: [SOLVED] [sabnzbd+unraid] Help with PP script
- Replies: 2
- Views: 1819
Re: [sabnzbd+unraid] Help with PP script
@sphypike
thanks for that. although i didn't do a pre-queue script, i ended up settingup categories for x264 and xvid and split it up that way via my rss feed
thanks for that. although i didn't do a pre-queue script, i ended up settingup categories for x264 and xvid and split it up that way via my rss feed
- January 17th, 2012, 7:51 pm
- Forum: General Help
- Topic: [SOLVED] [sabnzbd+unraid] Help with PP script
- Replies: 2
- Views: 1819
[SOLVED] [sabnzbd+unraid] Help with PP script
hey guys i was wondering if someone could help me with my pp script in unix/unraid. i know how to do this in windows with vbscript (how i'm currently doing it) but i'd like to move sab fully over to my new unraid server. it's relatively simple, i just want the pp script to look go to my download fol...