Everything posted by mkono87
-
[Support] Linuxserver.io - Kodi-Headless
No you're fine, the gui is useless. Really no reason to use it. Sent from my Mi 9T using Tapatalk
-
[Support] SpaceinvaderOne - Macinabox
forgive me but where is that?
-
[Support] SpaceinvaderOne - Macinabox
All im getting is the UFI interactive shell. If I try to boot one of the disks nothing happens.
-
[Support] Linuxserver.io - Kodi-Headless
So i finally nuked everything and started over and got it working. My only problem is trying to set it up in a way for different watch statuses for each of the 2 people in my house. I myself, use 3 clients and the other uses 2. I checked the kodi docs over and over and tried to get it working with the <name> tag but its just not working properly. Im starting to think maybe just having two kodi-headless instances would make this much simpler? Does anyone do this? Is it possible to change the 9077 port as well?
-
[Support] Linuxserver.io - Kodi-Headless
I used the TVdb scraper as I had problems with tmdb and tv shows for a while on any client. It would hardly ever successfully scrape any new episodes. On initial scan, it would leave out multiple shows from my library. I did try copying the metadata.tvdb folder and change the default setting in guisettings.xml
-
[Support] Linuxserver.io - Kodi-Headless
Yes it can access it. The share is 100% public on my network. Yep after I did the initial scan on a client I copied over the sources.xml. For now im using my nvidia shield that sonarr/radarr can call to update and its working perfectly. But I rather use this headless.
-
[Support] Linuxserver.io - Kodi-Headless
Ya, I just cant get it to update the library consistently. I have setup radarr/sonarr to trigger update and clean and even though the logs show its scanning, nothing gets added. But it works when using a windows kodi client. This is very odd. Logs shows this 2019-09-26 03:00:30.422 T:23410259937024 NOTICE: VideoInfoScanner: Starting scan .. 2019-09-26 03:00:30.487 T:23410310465280 WARNING: CActiveAE::StateMachine - signal: 22 from port: timer not handled for state: 1 2019-09-26 03:00:36.104 T:23410259937024 WARNING: Previous line repeats 5 times. 2019-09-26 03:00:36.104 T:23410259937024 WARNING: Process directory 'nfs://192.168.0.50/mnt/user/media/Tv Shows/Mike/' does not exist - skipping scan. 2019-09-26 03:00:36.105 T:23410259937024 WARNING: Process directory 'nfs://192.168.0.50/mnt/user/media/Tv Shows/Sandra/' does not exist - skipping scan. 2019-09-26 03:00:36.105 T:23410259937024 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:05 2019-09-26 03:00:36.488 T:23410310465280 WARNING: CActiveAE::StateMachine - signal: 22 from port: timer not handled for state: 1 2019-09-26 03:02:07.925 T:23410755302400 WARNING: Previous line repeats 91 times. 2019-09-26 03:02:07.925 T:23410755302400 NOTICE: NFS is idle. Closing the remaining connections. 2019-09-26 03:02:08.503 T:23410310465280 WARNING: CActiveAE::StateMachine - signal: 22 from port: timer not handled for state: 1 Those two folder paths I deleted and need to get rid of them in the db eventually.
-
[Support] Linuxserver.io - Kodi-Headless
Sweet but I actually came across a new issue. I noticed there is no TvDb scrapper. I dont know why all the new kodi versions dont have it included but using imbd leaves out a lot of my shows. I have to do it on a windows version of kodi just to get it to add the new added episodes.
-
[Support] Linuxserver.io - Kodi-Headless
Is there a way to force a library update and clean? Does work in the webui, which I guessed it wouldnt.
-
[Support] Linuxserver.io - Kodi-Headless
I just used a fresh install of Kodi on my windows pc and after scanning the library it populated in the headless server. My concern is that the server won't actually update the library when sonarr/radarr says to. I guess we'll see. But I figured I wouldnt need anither client for an initial scan which makes me think it may not still be setup properly. Sent from my Mi 9T using Tapatalk
-
[Support] Linuxserver.io - Kodi-Headless
Trying to give this a shot again but having no luck. I followed the kodi docs to a T. But when I do a database count on the video database (myvideos.116) it returns 0. Even though I know the kodi web gui is useless, if I click the browse tab I see my content there. I setup both radarr/sonarr to update the library on a new download but nothing updated. Had two episodes grabbed last night but still nothing in Kodi.
-
[Support] Linuxserver.io - Kodi-Headless
You're right. I have followed the steps on kodi's wiki and will just not work. Probably better not even to use this container. Sent from my Mi A2 using Tapatalk
-
[Support] Linuxserver.io - Kodi-Headless
Did you sort this out? Any tips?
-
[Deprecated] Linuxserver.io - airsonic
Thanks appreciate it
-
[Deprecated] Linuxserver.io - airsonic
Every time I update the container I have to remove the context path /airsonic as I dont use that. Is there a way to edit the template or do I need to use the binhex version container?
-
[Deprecated] Linuxserver.io - airsonic
Iv noticed when I enable dlna and restart it does not get saved. Any ideas?
-
[Support] Linuxserver.io - Kodi-Headless
I having write permission issues when trying to edit the advancedsettings.xml and cannot copy over sources.xml. How can I get around this? please and thanks
-
[Support] Linuxserver.io - Beets
Just curious are all the plugins already installed in this version?
-
[Deprecated] Linuxserver.io - airsonic
Ah! I knew there was something I forgot. Thanks.
-
[Deprecated] Linuxserver.io - airsonic
I changed over to this version from binhex but unable to acess airsonic through nginx which I was able to on the the binhex version. This is my config, any change that I dont know about? server { listen 443 ssl; listen [::]:443 ssl; server_name music.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_airsonic airsonic; proxy_pass http://192.168.0.50:4040; }
-
[Support] Linuxserver.io - Beets
Yep, that was the issue. Thanks!
-
[Support] Linuxserver.io - Beets
Installed this for the first time but having a problem with ram usage. During the import process the container memory usuage slowly increases tills its maxed out and unraid locks up until im able to stop the container.
-
[Support] knex666 - Mopidy
Ah see thats what the template does by default so I was a little confused if it was intended to be a folder name too. I still get the same error though.
-
[Support] knex666 - Mopidy
Cant seem to install it. I made sure all paths were correct and picked an ip address but its always telling me its failed. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Mopidy' --net='br0' --ip='192.168.0.5' -e TZ="America/New_York" -e HOST_OS="Unraid" -v '/mnt/user/appdata/mopidy/mopidy.conf':'/etc/mopidy.conf':'rw' -v '/mnt/user/appdata/mopidy/tmp/':'/tmp/':'rw' -v '/mnt/user/media/Music/':'/media':'rw' 'knex666/mopidy' 061521d60da08664c0bd6ff1937ad685bf238f92ee2efc3de398bd875550d334 /usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused "rootfs_linux.go:58: mounting \"/mnt/user/appdata/mopidy/mopidy.conf\" to rootfs \"/var/lib/docker/btrfs/subvolumes/404d13417f8511c1a7192a4b26a0311fed3bfec5bb534e5dfa92611bc5c1eb46\" at \"/var/lib/docker/btrfs/subvolumes/404d13417f8511c1a7192a4b26a0311fed3bfec5bb534e5dfa92611bc5c1eb46/etc/mopidy.conf\" caused \"not a directory\""": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. Is the mopidy .conf suppose to be a folder or file? Because it does create a folder in appdata but nothing inside. Guessing because it cant start?
-
[Support] Linuxserver.io - Nextcloud
I got it working!! There was a missing $ infront of CONFIG in nextcloud php. Such a small error but finally fixed. Now that I know it works. Im going to try to work on using my actual real domain.