Just p
Just pushed a version to the DEV branch with a status page for SickRage/Beard, there's a link in Admin panel or at /sickrage. Let me know what it says!
It says everything is green and A'OK! But when i search a tv series, press add, it spins for 1 sec, then says "error". Happend after i added the updated version with table sorting.
Just p
Just pushed a version to the DEV branch with a status page for SickRage/Beard, there's a link in Admin panel or at /sickrage. Let me know what it says!
It says everything is green and A'OK! But when i search a tv series, press add, it spins for 1 sec, then says "error". Happend after i added the updated version with table sorting.
How are you updating? Can you try a clean install but move your db over (.meteor/local, nothing else from meteor folder). Using git is cleanest way to upgrade
Just set this up., awesome work!
How do i enable sickrage? unless have i accidently installed the master.. :S
Just set this up., awesome work!
How do i enable sickrage? unless have i accidently installed the master.. :S
It's possible, how did you install it?
If you go to /admin and login with your admin account, the settings collection should list the services available.
Ah well I ballsed that one up then! Will sort it tonight or tomorrow!
Ah well I ballsed that one up then! Will sort it tonight or tomorrow!
No worries, if you're on Windows it's best to use Git to install because you can easily switch branches and update as well. (Well Git's the best way to do it no matter what you're running, but most seem to be running on Windows so I wrote it up for Windows)
I’m running in ubuntu. It’s ok it’s preaty easy to setup as well! Good job!!!
I'm running in ubuntu. It's ok it's preaty easy to setup as well! Good job!!!
$ git checkout dev $ meteor
Bravo! Just need to tweak it so movies don't all try and dowload in 1080!$ git checkout dev $ meteor
Bravo! Just need to tweak it so movies don't all try and dowload in 1080!
It's set to use whatever your default CP settings are, with regards to default quality profile as well as if movies get searched for automatically or whatnot
Sorted it. I’m getting for some reason invalid username when login on. Where do I get the api key from?
Sorted it. I'm getting for some reason invalid username when login on. Where do I get the api key from?
For couchpotato; Setting -> General -> Show Advanced
No for plex sorry
Did the sign-in function not work (for plex)?
Otherwise to get your plex token see this support article:
https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token
There's also information on the /plex page where you login, there's also a link the top bar of the admin panel to it:
Manual setup instructions
- Visit this page to learn how to get your own token manually
- Once you have it go to the admin page and the settings collection
- Enter your token under the API field, change the enabled field to true, and finally enter your own Plex.tv username field under the admin field
Thanks Loken! :)
Can't wait for Sonarr! :D
Good luck with your house movement.
So, been doing some research regarding Sonarr...and boy is it going to be a PITA to support.
Their API requires lots more information when adding new shows to the list. SickRage just requires the ID plus you can add extra information if wanted and uses the defaults if not. Sonarr doesn't really have defaults, so when I add a requests I also need to provide show title, slug, show file path, show quality etc which will require a bunch of other API calls to get that info first which sucks...
So yes I'll see if I can get it working, but it won't be as quickly as I hoped unfortunately.
Hey guys, So I got tired of manually running the meteor app after every restart and I didn't like having the command window just hanging out there. So I made this little script that can be used with windows scheduler to run at start up.
Just put it in the root of your PlexRequest folder and run it from there.
-Cheers
Set WshShell = CreateObject("WScript.Shell")WshShell.Run "meteor", 0, TrueSet WshShell = Nothing
How are you updating? Can you try a clean install but move your db over (.meteor/local, nothing else from meteor folder). Using git is cleanest way to upgrade
Hi buddy.
I've tried a complete reinstall, and tried with git ofcos, and i also replaced the db and set it up again. I have all green msgs in the settings for SB, but i still get error msg when adding. Is there any logs at all to why there is a "error"?
Hi buddy.
I've tried a complete reinstall, and tried with git ofcos, and i also replaced the db and set it up again. I have all green msgs in the settings for SB, but i still get error msg when adding. Is there any logs at all to why there is a "error"?
Huh, and PR isn't complaining? Not sure if SickRage/Beard does logging of API calls. I can't help much until next week sadly. But it sounds like something specific to your SB/SR. Is it up to date (relatively at least?)
Try this request manually in a web browser, srAPI is whatever you entered into the admin interface and tvdb is a tvdb ID should look like
srAPI + "?cmd=show&tvdbid=" + tvdbhttp://192.168.0.1:8081/api/abcdef0123456789/?cmd=show&tvdbid=12345
The add command is below if want to try that manually too, same parameters as above just different ending
srAPI + "?cmd=show.addnew&tvdbid=" + tvdb
Well done Loken! This is a lovely piece of work you have done. I am up and running with some help of hthighway and I am absolutely loving your minimalistic approach, and keen sense of colors. Well done!