Search found 5 matches
- May 12th, 2010, 3:13 am
- Forum: Bug Reports
- Topic: Plush: RSS configuration page not showing correctly in Opera 10.53
- Replies: 1
- Views: 1811
Plush: RSS configuration page not showing correctly in Opera 10.53
Version .5.2 Final Opera: 10.53 Build: 3374 Sabnzbd runs on Ubuntu 9.10 opera tested on Windows 7 and Windows xp pro. ie8 stills shows ok, with some rounded corner issues but i think those where allready there. Firefox 3.6.3 shows ok. Solution was allready mentioned: http://forums.sabnzbd.org/http:/...
- March 7th, 2010, 3:48 pm
- Forum: Post-Processing Scripts
- Topic: post processing on Linux with python script
- Replies: 3
- Views: 3746
Re: post processing on Linux with python script
Try starting your script with: #! /usr/bin/python
- March 1st, 2010, 10:37 am
- Forum: Post-Processing Scripts
- Topic: [LINUX] Collection of my bash scripts for XBMC
- Replies: 1
- Views: 4716
Re: [LINUX] Trying to reproduce the default sabnzbd info logging
i'm trying to make the logging in my script as simular as possible to the default logging lines. Below is what i have until now. echo `date '+%m-%d-%y %H:%M:%S'`"::INFO::Moved Folder $pathinnzb to:$myLibraryDir$cleanname: "`mv "$pathinnzb" "$myLibraryDir$cleanname"` >> ...
- February 26th, 2010, 2:02 pm
- Forum: Post-Processing Scripts
- Topic: Update modify dates on parent folders using touch
- Replies: 9
- Views: 9509
Re: Update modify dates on parent folders using touch
Hi sorry, but i don't understand the script. Whenever you download a episode it gets a newer timestamp right? So you'r episode are allways sorted? Could someone take the time to explain pls? thx.
- February 26th, 2010, 10:22 am
- Forum: Post-Processing Scripts
- Topic: [LINUX] Collection of my bash scripts for XBMC
- Replies: 1
- Views: 4716
[LINUX] Collection of my bash scripts for XBMC
I've been working on some linux scripts for integrating sabnzbd+ with my XBMC installation. I've used some topics here and some from the XBMC.org forum. Maybe someone can use these. It's all linux written in bash. It's verry basic because i'm still a noob in bash scripting. Been learning them for 3 ...