j0nnymoe

Members
  • Posts

    353
  • Joined

  • Last visited

Everything posted by j0nnymoe

  1. The base image for our dockers is a fork of the phusion base image with our additional tweaks.
  2. This was helpful thanks. When I login I only see the last three items in your screen shot so I think I must have set up Mariadb wrong. Any suggestions from here. Should I just start over and re install Mariadb? No need to be drastic and starting over again, did you test the login you create for kodi? I personally believe you just need to make sure you have created the user correctly and it should work.
  3. try connecting to your mariadb with heidiSQL client using the username/password you setup for kodi to use. I believe you just haven't configured mariadb correctly. When you connect to mariaDB with heidiSQL, you will see this: https://hostr.co/WNCAPINadp5n and if you see those databases, kodi is communicating with mariadb correctly. Also, you don't need to copy the whole advancedsettings.xml file from the kodi-headless instance, the only bits you need for each client are: <advancedsettings> <videodatabase> <type>mysql</type> <!-- don't change this value --> <host>192.168.0.2</host> <!-- change this to the IP address of your mysql/mariadb server --> <port>3306</port> <!-- change this to the port of your mysql/mariadb server --> <user>kodi</user> <!-- change this to the user for your database, not root --> <pass>kodi</pass> <!-- change this to the password for your database --> </videodatabase> <musicdatabase> <type>mysql</type> <!-- don't change this value --> <host>192.168.0.2</host> <!-- change this to the IP address of your mysql/mariadb server --> <port>3306</port> <!-- change this to the port of your mysql/mariadb server --> <user>kodi</user> <!-- change this to the user for your database, not root --> <pass>kodi</pass> <!-- change this to the password for your database --> </musicdatabase> <videolibrary> <importwatchedstate>true</importwatchedstate> <importresumepoint>true</importresumepoint> </videolibrary> </advancedsettings>
  4. First make sure the kodi clients are connecting to the sql server (assuming the sql server currently has no databases in it) as once a client connects, it will try to find the videos/music dbs and if they don't exist they will get created
  5. This docker is used to create a local mirror of the musicbrainz database, that's all. Can be used with headphones / beets etc
  6. Hi Scott, could you post some more information for us please? For example, what details are you putting into MySQL Workbench/system logs etc Thanks
  7. MusicBrainz won't be moving to the release repo as it doesn't meet the requirements for that (auto updating etc) so you won't have any issues
  8. Mine does the same, I gave up and went back to using Bliss. I'm in the same boat as the two of you. After getting into the container and running beets, the program doesn't respond to any keyboard commands so I end up stuck at the first prompt. I thought it might be a putty issue, but I'm having the same problem from a linux terminal. I'm confused, this is working fine for me..
  9. Mine does the same, I gave up and went back to using Bliss. Working for me: This album is already in the library! Old: 22 items, MP3, 270kbps, 78:17, 153.5 MiB New: 22 items, MP3, 270kbps, 78:17, 153.5 MiB [s ]kip new, Keep both, Remove old? R root@d3516716fa01:/# ^C root@d3516716fa01:/#
  10. You need to get to bash first: docker exec -i -t Beets bash then run beet import /downloads
  11. I just done a test install of this docker (I don't use unifi products), here is my log output: ----------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while ----------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while (Reading database ... 15447 files and directories currently installed.) Preparing to unpack .../unifi_4.7.6-6357_all.deb ... Unpacking unifi (4.7.6-6357) over (4.7.5-6348) ... Removing any system startup links for /etc/init.d/unifi ... /etc/rc0.d/K08unifi /etc/rc1.d/K08unifi /etc/rc2.d/S92unifi /etc/rc3.d/S92unifi /etc/rc4.d/S92unifi /etc/rc5.d/S92unifi /etc/rc6.d/K08unifi Processing triggers for ureadahead (0.100.0-16) ... Setting up unifi (4.7.6-6357) ... Adding system startup for /etc/init.d/unifi ... /etc/rc0.d/K08unifi -> ../init.d/unifi /etc/rc1.d/K08unifi -> ../init.d/unifi /etc/rc6.d/K08unifi -> ../init.d/unifi /etc/rc2.d/S92unifi -> ../init.d/unifi /etc/rc3.d/S92unifi -> ../init.d/unifi /etc/rc4.d/S92unifi -> ../init.d/unifi /etc/rc5.d/S92unifi -> ../init.d/unifi * Starting Ubiquiti UniFi Controller unifi ...done. Nov 17 23:36:09 d7d25b3354a3 syslog-ng[223]: syslog-ng starting up; version='3.5.3' and I can get to the Unifi wizard.
  12. Hi schpongo, The users in OpenVPN-AS / Unraid do not correlate at all, they are separate. See the attached file, that will who you how to add users under the "User Permissions" Section. Once you have saved the user, click "Show" and there you configure the password.
  13. Hi hilljd00, Could you post this as a ticket on the github site please? Thanks
  14. Hi Hellow, Got HTPC-Manager setup here but it's not talking properly with TVHeadend, any ideas? Info: HTS Tvheadend 4.1-555~g0a0681b
  15. This should be fixed now, Received a pushbullet notification today for an updated version of couchpotato.
  16. Hi airbillion, Just tested my pushbullett on CP and the same issue. I will see if I get time to look at this over the weekend, it could be a CP issue though. Cheers
  17. Done, but please note that to change your username, the forum system had to reset your password. Check your e-mail for the password reset link. Thank you very much sir
  18. Hi, Is it possible to get my username changed on this forum? to j0nnymoe ? Cheers
  19. Thanks, I'm (ever so slowly) moving all our support thread's and what not under a shared account so that when users look at our posts, it's easy to find the threads.
  20. The TV mount needs to mount to your share via path to the array. For example /mnt/user/TV instead of going the smb route
  21. Localhost doesn't work inside dockers, use your server IP, 192.168.0.2 for example
  22. Great to hear! Could you post/attach a screenshot of this issue please? I just checked the sonarr xml and the port mapping is there. Cheers
  23. docker restart Sonarr I need alot more information then that. I'm aware that some dockers pull the latest code on restart or an edit, are you saying this one does? Also my question was about was about the built in updater that Sonarr has. The built in sonarr updater works as expected