2012-04-12, 09:07
(2012-04-12, 02:34)dr99 Wrote: Popeye, could you add a delete option to the context menu of the local nzb browsing so a nzb can be deleted after watching it. Thanks.
yes
(2012-04-12, 02:34)dr99 Wrote: Popeye, could you add a delete option to the context menu of the local nzb browsing so a nzb can be deleted after watching it. Thanks.
(2012-04-12, 14:37)grope Wrote: Could you also add a way to get to the next page in newznab listings? As far as I can see, each option only shows 100 results but I'm sometimes late in wanting to watch a show so it moves onto the 2nd page
(2012-04-12, 18:00)tpunder Wrote:(2012-04-11, 17:27)Popeye Wrote: Full season? Im not sure pneumatic can handle that or?
I'm devising a way to split a full season nzb up into nzbs for each episode. It's somewhat working, but not always.
(2012-04-12, 19:12)Popeye Wrote:(2012-04-12, 18:00)tpunder Wrote:(2012-04-11, 17:27)Popeye Wrote: Full season? Im not sure pneumatic can handle that or?
I'm devising a way to split a full season nzb up into nzbs for each episode. It's somewhat working, but not always.
Just what I had in mind ;D. Cool seeing you realize it!! Do you manage compressed nzbs? Look at the SABnzbd code for inspiration and tweaks unless you already have done this..
(2012-04-12, 23:12)tpunder Wrote: I don't think so. I'm letting Sickbeard pick the nzb which it is very good at. Then I take it and try to figure out if it needs to be split, if so it does it. I don't think Sickbeard will pick a compressed one, or if it does I haven't run into one yet.
I do have it sort of working, but it's not very clean, I need to write my own splitting routine since the needs here are somewhat different than the current split function in SB.
(2012-04-12, 23:35)Popeye Wrote: Interesting work. How do you do the split? Parse the xml and sort out all "files" with a common base name? I'll have a look at your code later
(2012-04-13, 09:40)ferry Wrote: Thanks Popeye, That must be the problem, just having a bit of trouble trying to figure out how to mount a share in XBMCbuntu. Many thanks for the work you have put in to this plugin.
Oh and if anyone can spare a few mins for a dumb ubuntu virgin any tips on how to mount a share in XBMCbuntu?
sudo mkdir /media/mountname
sudo gedit /etc/fstab
# Then add something like this
//servername/sharename /media/mountname cifs guest,uid=1000 0 0
(2012-04-12, 14:45)Popeye Wrote:(2012-04-12, 14:37)grope Wrote: Could you also add a way to get to the next page in newznab listings? As far as I can see, each option only shows 100 results but I'm sometimes late in wanting to watch a show so it moves onto the 2nd page
No. There is no API for fetching the feed beyond 100 items. However you can usually context menu select a show and search for it. Then you can browse 100+ hits.
(2012-04-13, 13:11)ckergald Wrote:(2012-04-12, 14:45)Popeye Wrote:(2012-04-12, 14:37)grope Wrote: Could you also add a way to get to the next page in newznab listings? As far as I can see, each option only shows 100 results but I'm sometimes late in wanting to watch a show so it moves onto the 2nd page
No. There is no API for fetching the feed beyond 100 items. However you can usually context menu select a show and search for it. Then you can browse 100+ hits.
In working with the newznab api I found if you do a tv or movie search, and do not specify a title, or tvrage/imdb search it will just return the 100 most recent results for the category being searched and you can use the offset option to fetch the next 100, this may allow you to implement a next page feature ?