Kodi Community Forum
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591)



RE: - nikagl - 2012-11-28

(2011-09-04, 06:23)warlion Wrote: any change to add http://www.torrentleech.org

I have added it to the branch on my github which I forked from the junalmeida branch of sickbeard...it works, so can be grabbed from there... It might be added to the junalmeida branch, or sickbeard branch, whichever comes first to tell me how this branching actually works Smile


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - thezoggy - 2012-11-28

(2012-11-18, 13:27)danz0l Wrote: I just added it at the top of the config mate under [[General] and yes mine says the same. Wasn't sure if it had been successful either as mine still says the same "Alpha Master" but i did get 2 commits so i checked my other running sickbeard and that was current. I had backed up anyway so thought "what the hell" and committed those 2 updates and bingo, notifications are now working and xbmc is updating as it should Smile Well pleased ..

UPDATE: Just noticed "github_branch="development"" is now not in config.ini ? Mmmmmmmmmm how weird is that ?


because you dont need to specify the branch in the config. you do it in git. 'git checkout -b development'


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Mike8913 - 2012-12-04

Is it still the case that SB can't send an update notification to XBMC. I know the IP and ports are correct, just will not communicate. Is this an issue with Frodo or the betas?


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - XBL. - 2012-12-04

It's an issue with SB. Use the development version. Or you can simply replace the files concerned with notifications with the version from the development version.

Code:
sickbeard/notifiers/xbmc.py
sickbeard/notifiers/plex.py
data/interfaces/default/config_notifications.tmpl
sickbeard/webserve.py

#3565


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - BULLIT - 2012-12-06

(2012-12-04, 18:58)XBL. Wrote: It's an issue with SB. Use the development version. Or you can simply replace the files concerned with notifications with the version from the development version.

Code:
sickbeard/notifiers/xbmc.py
sickbeard/notifiers/plex.py
data/interfaces/default/config_notifications.tmpl
sickbeard/webserve.py

#3565

I'm gonna give this a go later. Thanks for the info...


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - millercentral - 2012-12-07

(2012-11-19, 23:53)deanmv Wrote: If you want a really quick/hacky way just download the development branch and then just take over the files:

sickbeard/notifiers/xbmc.py
sickbeard/notifiers/plex.py
data/interfaces/default/config_notifications.tmpl
sickbeard/webserve.py

(plex one probably isn't needed)

Just copy them and overwrite your current ones, reboot and everything will work.

Not sure if this causes any other problems (not found any yet) and this may potentially break stuff so try at own risk.

Trying to do this on my Synology install. Simply updating these files didn't work -- I think I need to generate the corresponding .pyc files as well. Does anyone know the command syntax on linux (or better yet, on Synology with the Synocommunity packages) to regenerate those compiled python files?

Thanks.



RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - HenryFord - 2012-12-08

(2012-12-07, 22:20)millercentral Wrote: Trying to do this on my Synology install. Simply updating these files didn't work -- I think I need to generate the corresponding .pyc files as well. Does anyone know the command syntax on linux (or better yet, on Synology with the Synocommunity packages) to regenerate those compiled python files?
Just delete them, they'll get regenerated...
However - as far as I know, Python will do this on it's own as soon as you start the program, so it shouldn't even be necessary to delete them.




RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - danz0l - 2012-12-08

Using the development version i've noticed that multiple notifications clients don't function as they should.

Say i have

127.0.0.1:8080, 192.168.1.69:8080, 192.168.1.12:8080

as part of the notification field. Test works on all 3 media centers and we get the notification confirmation on all 3. However when sickbeard comes to update, it only updates the first one (i.e. in this case 127.0.0.1:8080). This can easily be replicated with the Update XBMC button in sickbeard, showing only 127.0.0.1:8080 having the notification request.



RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - cable_guy - 2012-12-09

Hi all, I've had a problem with sickbeard lately, all I get is errors. I haven't changed anything either! can anyone help me decide what may be wrong?

(I've edited out some stuff)
Quote:2012-12-08 16:23:08.776000 CHECKVERSION :: Exception generated in thread CHECKVERSION: socket error
2012-12-08 16:23:20.780000 SEARCHQUEUE-RSS-SEARCH :: Error loading NZBMatrix URL: https://rss.nzbmatrix.com/rss.php?username=***&ssl=1&apikey=&subcat=6%2C41&scenename=1&english=1&page=download&maxage=1500
2012-12-08 16:23:47.139000 SEARCHQUEUE-RSS-SEARCH :: Error loading Womble's Index URL: http://nzb.isasecret.com/rss/?sec=TV&fr=false
2012-12-08 16:23:59.274000 SEARCHQUEUE-RSS-SEARCH :: Error loading Sick Beard Index URL: http://lolo.sickbeard.com/api?age=1500&t=tvsearch&cat=5040%2C5030
2012-12-08 16:24:24.604000 SEARCHQUEUE-BACKLOG-73244 :: Error loading NZBMatrix URL: https://rss.nzbmatrix.com/rss.php?username= ***&ssl=1&term=programname%22%2Cprogramname1500&page=download



RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - danz0l - 2012-12-09

Not sure about the others mate, but NZBmatrix has closed its doors and no longer exists Sad


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - kerlin219 - 2012-12-09

(2012-12-09, 13:58)danz0l Wrote: Not sure about the others mate, but NZBmatrix has closed its doors and no longer exists Sad

i know just found out i am gutted.


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - moosenoz - 2012-12-09

total stab in the dark, but, would anyone in this great form happen to have a nzbs dot org or a dognzb dot cr invite to spare me?

very much appreciated.

Mark


Re: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - bcbrown19 - 2012-12-09

Does seem to effectively kill sick beard. At least couch potato has torrent search, but I was really trying to get away from that world.


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Saner - 2012-12-09

run your own newznab setup


RE: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Aenima99x - 2012-12-09

(2012-12-09, 18:05)Saner Wrote: run your own newznab setup
Do you currently do this? I'm thinking about going this route......how much disk space should I be expecting to use and what types of bandwidth ? Thanks.