strike

Members
  • Posts

    772
  • Joined

  • Last visited

Everything posted by strike

  1. Both sickrage and medusa have "scene exceptions" and "scene numbering". Scene exception is for when you want to add an alternative name to the show other than the name used on the indexer. If you add a show from the tvdb/tvmaze as "ShowName 2017" but the show gets released as just "Showname" If you add an exception ("Showname") it will append to the original show name, as in it will search for both. It also works the other way, indexer says "showname" but the show gets released as "showname 2017", same with shows with "US, UK" etc. Just add an exception and your good to go. Scene numbering is for when "the scene" and the indexers disagree on the order of the episodes. Scene releases it as s01e01 but the indexer says s01e02. When scene numbering is enabled it will query TheXEM database (which is a database who links the scene releases and the indexers together) so sickrage/medusa can get the right order in the eps. Both also have options to enable "air by date" useful for talk shows etc.. I would go for medusa over sickrage tho, as medusa have more features and are the most actively developed fork of the two.
  2. From the readme Don't remember if it works on the admin user but it works on normal users.
  3. Before you try to rollback try to stop the docker, see if there is a mako folder in medusa/cache/ (don't remember if it gets deleted at reboot), If it's there delete it and start the docker and see if it works. If not you can try to rollback to the previous version by editing the docker and adding : followed by the tag for the previous version in the repository field. For medusa it would be like this linuxserver/medusa:29 Then apply to download. To find the tag you go to the dockerhub site and click the tags link. When you're ready to update again you can just remove what you added in the repository field or change the tag to latest
  4. If you grab things manually you have to put them in your post processing folder so medusa can do the post processing and mark them as downloaded. That's the proper way to do it, or you can put them directly in your show dir I guess but then you have to go to the show and click on re-scan to get medusa to mark them as downloaded.
  5. So this is a corporate/enterprise vpn then I assume. Then I have no clue.. Any cloud-based services are probably blocked as well
  6. AFAIK you have to use NZBtoMedia for it to work. For an 100% correct answer you should ask the devs on IRC (#pymedusa on freenode), or github. But I'm 90% sure that you have to use NZBtoMedia. I'm also pretty sure you can find a guide on how to configure it if you try a google search, I know I have seen it somewhere. But that was for sickrage, don't think it has changed for medusa though.
  7. When you add a show you have to set the default episode status, and you have obviously set that setting to skipped. There are 2 settings when you add as show if I remember correctly, default episode status (for all future episodes) and previous episode status. Since you have set the wrong setting when you added the show, you have to click edit on each show and change default episode status to wanted, and manually change the status to wanted for each episode that is already aired.
  8. You set the indexer when you add the show, so unfortunately I believe you have to delete the show from medusa (be sure to not delete the actual episodes if you have them, medusa will ask) and add it again, this time choosing an another indexer, tvmaze would be a good choice I think. Also, you set the default indexer for when you're adding shows in the general configuration settings "use initial indexer set to". A nice feature would be to able to edit the show, change the indexer and just force a full update on the show. Another would be to pull random posters from the indexer to eliminate this poster problem. I will take this to the devs and see what they say. Just as an FYI the real problem with the posters are that they are marked with the wrong language tag on the indexer. So a random poster in the language set in medusa would be better imo.
  9. There are a couple ways to do this: 1. Go to your show dir delete poster.jpg, go to your docker dir medusa/cache/images and delete the poster there as well as the poster in the thumbnails folder, they are named after the showid on the indexer you're using (295647.poster.jpg). After you have done that go to medusa webui an click on the show, and click force full update. Medusa will now pull images from the indexer. I'm guessing you're using thetvdb, I'm not sure if this is the case for all indexers but for thetvdb medusa is pulling the last poster listed on thetvdb, and I think the issue lies here. So if you're trying the above it will probably pull the last poster again. So go to 2 or 3 2. Change indexer 3. Manually download the poster you want and place it in your show dir naming it poster.jpg delete the poster in your docker cache again and do a force full update, medusa will now pull the poster from your show dir since you already have it there. I don't remember if you have to put it in medusa/cache/images/thumbnails to but if you decide to do that be sure to name it after the showid (295647.poster.jpg)
  10. I don't understand why it works when you changed the network type, it shouldn't matter to openvpn, but hey as long as it works! If the Bridge type is selected, the docker's network access will be restricted to only communicating on the ports specified in the docker settings If the Host type is selected, the docker will be given access to communicate using any port on the host that isn’t already mapped to another in-use docker. I personally like to use bridge on all my dockers so I can map the ports myself. There shouldn't be any security issues "down the line" openvpn is a secure way to connect to your home network. The only thing I would suggest is changing the ip in the routing section back to the unraid ip, and if you wish to have access to other devices in your home network just add those when you need it. As you added the whole subnet in your last change you can now have access to every device in your home network. But you should restrict access only to the devices you need for security purposes in case your certificates gets in the wrong hands somehow..
  11. Hmm, weird.. Been a while since I used the openvpn docker. I don't know if it makes a difference but try instead of your unraidip add the whole subnet, if your unraidip is 192.168.1.xxx add 192.168.1.0/24 in that box,update and restart the docker and try again. And when you try again try to open the webui from the unraid webui first before you try the direct ip:port Edit: And yeah, clear your browser cache on your phone or whatever you're using to browse with.
  12. You didn't add what I said. I said add Season %S/ Looks like you're missing "/" If you want Show.Name.Season02 as the season folder name you should add. %S.N.Season%0S/ Then the rest you want after / And I would personally drop the 0 in %0S or else you will have Season 010 and so on for every season over 9.
  13. AH, I think my psychic powers just connected, You probably have one of the standard name patterns, choose custom and make one yourself. Edit: I like using %SN Season %S/%RN
  14. You're using the unraidip:"dockerport" right? What happens if you open the docker webui from the unraid webui?
  15. @griff1984 try unraidip:80 does that work? If not, go to the openvpn admin webui vpn settings->Routing make sure "yes, using NAT is enabled, then add your unraidip in the box there,save,update,restart docker and try again.
  16. @ashman70 Go to post-processing and the episode naming tab and put Season %S/ before anything else you have in the name patteren. Then you'll get season folders. And just FYI you might want to try medusa instead sickrage, all the sickrage devs except for one went to medusa and are now imo the better fork
  17. Have you bridged the unraid network connection? That will give you access to the host. Otherwise, Pushbullet? https://blog.pushbullet.com/2014/08/20/introducing-universal-copy-and-paste/ I'm not sure if you ment cut/paste text or files but you can also send files with pushbullet,. With pro I think you can send files up to 1GB.
  18. If you bridge the network connection you get access to unraid
  19. And I Assume you're connecting to a server that supports port forwarding? If yes, then I really don't know what's going on.
  20. @Sweex @ysu and everyone else with speed issues, your ISP might be throttling your vpn connection. Try different ports and protocol if your vpn provider supports it. It's been a couple years since I tried PIA but at least then they supported connection over different ports and protocols, don't know if that has changed. I remember when I was using PIA, the only way I could get decent speed was when I was connecting over TCP port 53 and maybe 443. All UDP ports were throttled by my ISP. I know where I live ISP's are commonly throttling UDP VPN connections. I've had this issue with several ISP's and VPN providers. But switching port/protocol usually does the trick. If you still can't get decent speed and want to try another vpn service I recommend AirVPN, way better then PIA imo, and I've used both for a number of years. The only thing I think PIA is better on is that they offer 5 simultaneous connections I think, where AirVPN is offering 3.
  21. @paramehdic @KungFuCowboy I belive this is fixed, check for updates for the SR container and update, @nowhere I believe you have the same isssue but I think you need to have debug enabled for it to show up in the log, check for updates and update. If it doesn't work, enable debug logs and restart the container, do a manual search for a episode you know is available and post the debug log.
  22. You generated a new file right? Be sure to set the port and protocol to the same as when you generated the ovpn file, and also set the vpn_remote variable to the address in the opvn file.
  23. Yes, only the .ovpn file should be in the openvpn folder