August 16, 201510 yr Is it possible to leave Shout IRC running and connected even when the browser page is not opened? I thought that was the point of having in running on unraid. Is there an alternative?
August 17, 201510 yr Is it possible to leave Shout IRC running and connected even when the browser page is not opened? I thought that was the point of having in running on unraid. Is there an alternative? Alternative: https://github.com/linuxserver/docker-quassel-core
August 19, 201510 yr Has the KODI Headless been updated to version 15.1, which was released Aug. 16th?
August 19, 201510 yr Author Has the KODI Headless been updated to version 15.1, which was released Aug. 16th? the git repo was done about 2 hours after the update, but since dockerhub has been made virtually unusable since their august 6th revamp, managing a repo is practically impossible with no sort or search options.
August 28, 201510 yr Sorry if this was touched on, don't see it explicitly mentioned anywhere. Why have sickbeard and rage in one docker? Wouldn't one use either/or, not both? Long time sickbeard user, new to the rage, just making sure im not missing anything key or new.
September 1, 201510 yr y How can i manually start the koma docker ? from the command line ? Yes, I'm experimenting with a Ubuntu Server VM and i want my unRaid Dockker container to run on it.
September 3, 201510 yr Has anybody run into any issues with comictagger? Whenever i try to write tags to a book it tells me Save Failed. I did a little looking and on various forums it mentions that it cant save to cbr's without rar/unrar installed. I cant seem to locate rar/unrar in the container when doing a whereis command and i cant seem to install it either. Not sure if thats the cause but im hoping someone can lend me some input
September 6, 201510 yr Hello, I decided to move to Koma-Isengard from Emby. I believe I setup it up correctly. In the description area it instructs the following: start the container let it run for a couple of minutes and then stop/start it go to unraid terminal and issue this command docker exec Koma createuser kodi kodi restart container When I run the docker command listed above I get a "FATA[0000] Error response from daemon: no such id: Koma" What incredibly obvious thing might I have missed? Let me add I've done a complete reinstall (including deleting folders). I've restarted the uNRAID server. I've had the container run for longer than a couple of minutes and restarted as well. I've also run the Docker command from the main console and a Putty terminal window. Thank you...
September 6, 201510 yr I went back into the Docker settings and tried "Koma-Isengard" instead of "Koma" It returned: "Enter password: root@Myservername:~#" Is that right? I am trying to run scan of Koma-Isengard through the browser to see if it will populate before I start pointing my Kodi boxes to it. I see nothing happening yet, but I don't recall if that takes a really long time. Update: I ran a scan of my media folders with a device configured to use the KOMA on the server. Things are populating. Hello, I decided to move to Koma-Isengard from Emby. I believe I setup it up correctly. In the description area it instructs the following: start the container let it run for a couple of minutes and then stop/start it go to unraid terminal and issue this command docker exec Koma createuser kodi kodi restart container When I run the docker command listed above I get a "FATA[0000] Error response from daemon: no such id: Koma" What incredibly obvious thing might I have missed? Let me add I've done a complete reinstall (including deleting folders). I've restarted the uNRAID server. I've had the container run for longer than a couple of minutes and restarted as well. I've also run the Docker command from the main console and a Putty terminal window. Thank you...
September 21, 201510 yr Didn't get any replies on the Koma thread (http://lime-technology.com/forum/index.php?topic=37763.45). Has anyone been successful to use Koma-Isengard as UPNP server? Unfortunately, this is not working for me. Any thoughts?
September 25, 201510 yr Hey Sparkly, I have installed a mySQL DB, and setup a lychee_db and lychee user. Then installed your Lychee docker. I get to the WEBUI and point the db to localhost, with the aforementioned db and user and no matter what I do, Lychee can't connect to the DB. I have tested the DB via telnet from other PCs, and localhost so I know it's accessible. Is there any other steps required to get lychee to access the sql DB?
September 25, 201510 yr Author Hey Sparkly, I have installed a mySQL DB, and setup a lychee_db and lychee user. Then installed your Lychee docker. I get to the WEBUI and point the db to localhost, with the aforementioned db and user and no matter what I do, Lychee can't connect to the DB. I have tested the DB via telnet from other PCs, and localhost so I know it's accessible. Is there any other steps required to get lychee to access the sql DB? dockers are different to plugins when it comes to localhost... localhost to a docker is internal to that specific docker. you have to use the ip of the host (ie, your unraid box) to get communication to the db.
September 25, 201510 yr Thanks, i swear i tried that also, but apparently i had now. It worked. I forgot that localhost would relate to the dockers environment rather than the hosts.
September 30, 201510 yr Thanks for Logstash works great. Have you looked into the integration with softflowd NetFlow export for PFSense. http://greptrick.com/2015/07/13/pfsense-netflow-and-elk-wgeoip/
October 8, 201510 yr hi, i think i am having a problem with koma helix. i have been running it for quite some time now without any problems but since yesterday the mysql database doesn't seem to update right. sickbeard/couchpotato download the files and place them in the right folders but my kodi database won't add them. i ran a couple of manual library updates and repaired the disk permissions with unraid but nothing seems to help. is there anything i can do? thanks very much for your help
November 6, 201510 yr I've had great luck using KODI-headless version 14.2 with my SQL and distributed system, but recently started using the trakt plugin. Anyone have any tips on how to get his plugin working in a headless environment?
November 29, 201510 yr I'm trying to setup Pints and I'm getting this error. Also I never put anything in /var/www/Pints Validating Entries...Success! Checking DB connectivity...Success! Checking config folder permissions...Success! Update config files...Success! Update admin config files...Success! Creating RPints database user...Success! Running Database Script... Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/Pints/install/includes/configprocessor.php on line 178 error in query
December 1, 201510 yr I'm also having troubles with Isengard-Headless updating my mySQL library... - I have the docker running - I can access the Kodi WebGUI through the docker, and see my tvshows/etc - I can access the JSON-RPC, and get back valid responses - But if I try to update a source: {"jsonrpc":"2.0","method":"VideoLibrary.Scan","params":{"directory":"smb://192.168.1.8/Video/TV/Daily Show, The/"},"id":1} I get a successful response: {u'jsonrpc': u'2.0', u'id': 1, u'result': u'OK'} And see this in the xbmc log: 19:56:11 T:47380474951424 NOTICE: VideoInfoScanner: Starting scan .. 19:56:11 T:47380474951424 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00 But no new episodes get scraped in, even though there are new episodes there. I also tried setting up a passwords.xml that adds my user/password for the samba share, or manually adding it into the RPC call, but no luck... Any ideas?
December 1, 201510 yr Author I'm also having troubles with Isengard-Headless updating my mySQL library... - I have the docker running - I can access the Kodi WebGUI through the docker, and see my tvshows/etc - I can access the JSON-RPC, and get back valid responses - But if I try to update a source: {"jsonrpc":"2.0","method":"VideoLibrary.Scan","params":{"directory":"smb://192.168.1.8/Video/TV/Daily Show, The/"},"id":1} I get a successful response: {u'jsonrpc': u'2.0', u'id': 1, u'result': u'OK'} And see this in the xbmc log: 19:56:11 T:47380474951424 NOTICE: VideoInfoScanner: Starting scan .. 19:56:11 T:47380474951424 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00 But no new episodes get scraped in, even though there are new episodes there. I also tried setting up a passwords.xml that adds my user/password for the samba share, or manually adding it into the RPC call, but no luck... Any ideas? sometimes for inexplicable reasons something gets out of kilter, if you do a manual update of a single file from your player machine it normally puts things back in alignment. this happens to me about every other month or so on average.
December 2, 201510 yr Hmm, I can't get it going at all - it's never actually worked. I can scan it in on my laptop or HTPC, but nothing ever scans in. Things I've tried: - Copying over sources/mediasources.xml - Including or not the user/pass in the request - Switching to the linuxserver.io container, same result - Setting the `usefasthash` to false The database connection works, because I can get lists of shows... I just can't get it to add a new episode..
December 2, 201510 yr Author Hmm, I can't get it going at all - it's never actually worked. I can scan it in on my laptop or HTPC, but nothing ever scans in. Things I've tried: - Copying over sources/mediasources.xml - Including or not the user/pass in the request - Switching to the linuxserver.io container, same result - Setting the `usefasthash` to false The database connection works, because I can get lists of shows... I just can't get it to add a new episode.. been using it for an age here
Archived
This topic is now archived and is closed to further replies.