airbillion

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by airbillion

  1. I am having the exact same issue... Tested with both sab and nzbget...nzbs from Hydra do not work when sonarr pushes to either downloader.... If i remove Hydra from the mix and use the individual indexers it works again.... They both error out and say the nzbs are empty... I posted on hydras GitHub issues thread, but no resolution yet.... Sent from my Nexus 6P using Tapatalk
  2. Hello, I think it would be awesome if Join and Telegram could be added to the notification providers. I use Pushbullet, but they have been turning me off with their recent changes... Join & Telegram are both free and should be easy to implement... What do you think? Thanks! Sent from my Nexus 6P using Tapatalk
  3. no it won't update the files as they're outside the docker, as for updating itself, i don't know if the webui update feature works or not. but as the title bar says OK..thank you for the info.... Doesn't seem like the webui update feature works yet.
  4. I pulled the latest image and checked the version, but it is still on the .52 release.... Should it have updated to .53? Not sure if I need to do anything to get it to update versions....any feedback would be appreciated. Thanks!
  5. Awesome addition! Just what I was waiting for to finally purchase... Bought just now... Thanks! Sent from my Nexus 6P using Tapatalk
  6. Thanks for the reply.... I read the link, but did not change binlogging... I'll give that a shot first and post my results. Thanks! Sent from my Nexus 6P using Tapatalk
  7. Looking forward to try this out, but having an issue... I created the database on a mariadb container and then pulled the nextcloud docker, but it will not start... Is there anything else I needed to do to get this going? Thanks for your help! Sent from my Nexus 6P using Tapatalk
  8. OK...I have not had any negative effects that I notice either... I also tested the Libresonic docker that Binhex created...the errors do not seem to be happening with that Docker....not sure what could be causing them though. Thanks again! After some research it seems that it just messages from Jetty runner on its operation. binhex uses tomcat. http://www.madsonic.org/forum/viewtopic.php?f=62&t=1538 OK..glad you figured it out... Thanks for the update!
  9. OK...I have not had any negative effects that I notice either... I also tested the Libresonic docker that Binhex created...the errors do not seem to be happening with that Docker....not sure what could be causing them though. Thanks again!
  10. Yes i think so, I will try and get something done by the end of the weekend. I was wondering if you could comment on Libresonic. Have you taken a look at the code? Is this something that you can/will provide a docker for? Thanks! Libresonic is up, please test and provide feedback. Awesome! Thank you very much! Docker seems to be up and running OK except for one thing.... In the log while it is running I get this constant error: Starting Libresonic.. [GC (Allocation Failure) 64512K->3743K(245760K), 0.0052500 secs] [GC (Allocation Failure) 68255K->2827K(245760K), 0.0057971 secs] [GC (System.gc()) 60485K->7764K(245760K), 0.0140836 secs] [Full GC (System.gc()) 7764K->7358K(245760K), 0.0261208 secs] [GC (Allocation Failure) 71870K->31702K(245760K), 0.2201561 secs] [GC (Allocation Failure) 96214K->53663K(245760K), 0.0734490 secs] [GC (Allocation Failure) 118175K->71535K(209920K), 0.0217174 secs] [GC (Allocation Failure) 100207K->87023K(227840K), 0.0089186 secs] [GC (Allocation Failure) 115695K->94338K(227840K), 0.0189064 secs] [GC (Allocation Failure) 123010K->98605K(227840K), 0.0115722 secs] [GC (GCLocker Initiated GC) 105820K->97285K(227840K), 0.0207835 secs] [GC (Metadata GC Threshold) 103195K->97817K(227840K), 0.0145474 secs] [Full GC (Metadata GC Threshold) 97817K->41321K(193536K), 0.0883254 secs] ..... Repeating the entire time the Docker is running...I have increased the Java cache ENV variable to 250MB, but the error persists... Should I ignore this or do you think there may be an issue with the docker?? Thanks again!
  11. Yes i think so, I will try and get something done by the end of the weekend. Awesome! That would be great! Thanks a lot!! Sent from my Nexus 6P using Tapatalk
  12. Hey Hurricane, Now that Subsonic is closed source...would it be practical to create a docker based on Libresonic? https://github.com/Libresonic/libresonic There are 2 dockers available on docker hub, but they do not seem to have the config directory persist... Would it be possible to take your existing Subsonic docker and modify it for Libresonic? Just a thought... Thanks for your efforts!
  13. No. It requires about 18 other packages to work. See my post here http://lime-technology.com/forum/index.php?topic=48434.msg464512.msg#464512 It would be better as it's own plugin. There might be a docker or install it in a vm. OK... Thanks do the info! Sent from my Nexus 6P using Tapatalk
  14. Can ffmpeg be added to this? Thanks... Sent from my Nexus 6P using Tapatalk
  15. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though... Okay I will run some more tests and let you know if I can reproduce the error. Awesome.... Thanks! Sent from my Nexus 6P using Tapatalk Okay, issue was found and fixed. A new build was initiated. Great!! Thanks a lot! I will test and let you know if I have any issues... Edit: Working now.... Thanks again! Sent from my Nexus 6P using Tapatalk
  16. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though... Okay I will run some more tests and let you know if I can reproduce the error. Awesome.... Thanks! Sent from my Nexus 6P using Tapatalk
  17. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though...
  18. FYI... Just wanted to try and update Subsonic Docker with command: docker exec Subsonic update and received: /bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution Seems like there may be an issue with the url is is pulling....
  19. This looks like a great free alternative to Subsonic.... https://github.com/Libresonic/libresonic It is forked from the last version of Subsonic before it went closed source... Can the linuxserverio team please create a docker for unraid? Thanks! Sent from my Nexus 6P using Tapatalk
  20. Hi, Ran the command and nobody:users has ownership for all my movie folders... hi airbillion, just to make sure ... in addition to ownership, what are the actual permissions ? do they seem alright ? Yes...the permissions seem fine too: drwxr-sr-x
  21. Hi, Ran the command and nobody:users has ownership for all my movie folders...
  22. All hardware installed Hi, I bought the same setup as you! How food you set up your CPU fans? I couldn't set them up in lint to blow out the back...they were touching...so I set mine up to blow across my mobo....did you do the same? Edit: my mistake...I bought the x9drl-f...dual core
  23. I am having the same issue with this plugin...all files were duplicated on both drives and nothing was moved. I tried executing it as root, but that did not work either... Any ideas?
  24. Amazing! Can't wait to try this! Do we need to be part of the kick starter for this to work? Is this the latest update from silicon dust? Thanks a lot!
  25. Did you have to ad the new repo to the Unraid docker repo tab? I will give it a shot. Thanks!