Search found 14 matches

by solonvault
August 8th, 2012, 2:36 pm
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

Replacing NZB name with the ip adress works, thank you.

Will there be a option to manually set this in a new version of SABnzbd ?
by solonvault
August 8th, 2012, 12:47 pm
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

This is the complete RSS with changed details and fake NZB link <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Mywebsite</title><link>http://www.Mywebsite.com</link><description>Mywebsite RSS feed</description><language>en-us</language><copyrig...
by solonvault
August 8th, 2012, 12:35 pm
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

im using my own rss feed i created. files are found by SAB and are all downloaded correct except for the <title></title> information for each file.
rss_filenames setting is not checked
by solonvault
August 8th, 2012, 11:48 am
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

When reading a RSS feed i would like SAB to use the <title>The Incredibles</title> information instead of the NZB name 6789The.Incredibles.2004.DUTCH.1080 . This way when the download is done the extracted folder name is ''The Incredibles'' ( in this case ) and not ''6789The.Incredibles.2004.DUTCH.1...
by solonvault
August 8th, 2012, 6:18 am
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

Thank you,

Any idea whats wrong with the example given, this is nog working ?
by solonvault
August 8th, 2012, 12:54 am
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Re: Custom rss feed.

how can it be that with the example given SAB uses the NZB name instead of the title ?

Do you have a bit of example RSS that will work with title names ?

Thank you for your help!
by solonvault
August 7th, 2012, 4:15 pm
Forum: General Help
Topic: Custom rss feed.
Replies: 13
Views: 4389

Custom rss feed.

Hi, Is there a way to let SAB use the ''title name'' in a RSS feed containing multiple items for the ''job name'' for all separate items. <item><title>The Incredibles</title><description>The.Incredibles.2004.DUTCH.1080p.BluRay.x264</description><link>http://nzbindex.nl/download/12345/6789The.Incredi...
by solonvault
July 19th, 2012, 12:23 am
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Re: Delete files smaller than XXMB

Thanks!

I will give it a try this weekend.
by solonvault
July 18th, 2012, 1:24 am
Forum: Post-Processing Scripts
Topic: iPhone notification via Prowl [Windows script]
Replies: 34
Views: 38953

Re: iPhone notification via Prowl [Windows script]

First of all great work on this script!

Is there a way to add the remaining Harddrive space to the notification ?

Thanks!
by solonvault
July 17th, 2012, 3:35 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Re: Delete files smaller than XXMB

Anyone?? i would think this shouldn't have to be that hard to answer for someone who knows what he's doing..

Thanks!
by solonvault
July 16th, 2012, 10:02 am
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Re: Delete files smaller than XXMB

im using a Qnap NAS with a other python script working ( prowl ). i have tried similar script, but thought it where python scripts :-s do i just put the script find . -type f -size -500k -exec ls -al {} \; in a .sh file and it will work ? And will the script only delete files in the ''extract folder...
by solonvault
July 16th, 2012, 1:16 am
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Re: Delete files smaller than XXMB

Thanks guys! So the complete code is #!/usr/bin/env python find . -type f -size -500k -exec ls -al {} \; put this in a .py file This will delete files smaller than 0,5mb . Is this correct ? And will the script only delete files in the ''extract folder'' or all folders ? Thank you for your reply!
by solonvault
July 15th, 2012, 1:51 pm
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Re: Delete files smaller than XXMB

I have tried to put something together but it did not work. I have no scripting knowledge what so ever,
So all help is appreciated !!
by solonvault
July 6th, 2012, 4:58 am
Forum: Post-Processing Scripts
Topic: Delete files smaller than XXMB
Replies: 15
Views: 10762

Delete files smaller than XXMB

I've searched the forum but couldn't find a script that does this. I'm looking for a python script to delete files smaller than xxMB after extracting. This way all the ''junk'' is removed when i download tvshows and movies. ( i know you can auto delete files by file extension in the SAB menu but thi...