hiddentalnt

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

hiddentalnt's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks Squid. Not sure where the issue was but started from scratch again and seems to be working, i'm not sure where the typo was. Now to figure out why unraid keeps buffering! Sent from my SM-G935V using Tapatalk
  2. Wasn't able to find a guide that was really up to date. But here are the steps that I took: 1) Add LinuxServer/MariaDB docker To do this I used the default settings and ports while adding password in the advanced parameters. 2) Add user to MariaDB Log in using the servers IP and the port listed in the docker. No issues logging in, then ran the commands: CREATE USER 'kodi' IDENTIFIED BY 'kodi' GRANT ALL ON *.* TO 'kodi' I was able to verify using MySQL workspace that the user does exist. 3) Install new clean version of Kodi I plan on using headless, but wasn't fully understanding how to add sources, perform library scans on it. I would endevour this on another day (or just copy sources over once mysql is up and running) 4) Add Advancedsettings.xml to userdata <advancedsettings> <videodatabase> <type>mysql</type> <host>192.168.1.120</host> <port>3306</port> <user>kodi</user> <pass>kodi</pass> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.1.120</host> <port>3306</port> <user>kodi</user> <pass>kodi</pass> </musicdatabase> <videolibrary> <importwatchedstate>true</importwatchedstate> <importresumepoint>true</importresumepoint> </videolibrary> </advancedsettings> 5) Finally, once restarting Kodi, I went in and added a small source to test it. After a quick scan, nothing had been done in MariaDB, and no new connections had been made to the server Hope that gives a good overview of what I used
  3. Squid, Sorry, I guess that was a little confusing on my part. By default, I meant the structure on Jodi's website, but with my server IP address. I didn't change any config settings to MarieDB and I've tried using both windows and Android versions of Kodi to add sources. And for the hell of it, last night I replaced needo MariaDB with the Linuxserver version. Thanks HT Sent from my SM-G935V using Tapatalk
  4. Hi all, I seem to have hit a wall and cant find where the issue lies. I have installed Needo's MariaDB successfully and added kodi as a user. Using MySQL Workbench I can connect and verify the user exists. I have tried adding the default advancedsettings.xml file. However, when I attempt to add a new source everything seems to go well, but no database is created in MaraiDB. Any advice is much appreciated. I can provide any logs or screenshots that may be of use.
  5. Hi all, Today decided to click the update for my Plex docker. Next thing I noticed was it had disappearedfrom my list of dockers. After trying to readd it, I noticed an error that was blocking it from adding: Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="PlexMediaServer" --net="host" --privileged="true" -e TZ="America/Los_Angeles" -v "/mnt/user/appdata/plexmediaserver":"/config":rw -v "/mnt/user/Movies/":"/unraid_movies":rw -v "/mnt/user/TV shows/":"/unraid_tvshows":rw limetech/plex Unable to find image 'shows/:/unraid_tvshows:rw' locally Invalid repository name (:/unraid_tvshows), only [a-z0-9-_.] are allowed The command finished successfully! It appears, my share name for unfair "TV Shows" causes issues because of the space. While I have no problems changing it, I don't think this can be done without rebuilding my library. Tried replacing it with an _, which allows Plex to install, but then the library can't find the files... Any help is appreciated
  6. I seem to be getting stuck right at the beginning. I am adding Needo MariaDB via the template, making no changes to folder or port mappings. Without running any commands for the server, I am running Mysql workbench on my windows machine to attempt to connect to the new MariaDB. However, I cannot seem to establish a connection. I am using the IP address for the server, port 3306, username root, and blank password. I get an error that "Host 'computername' is not allowed to connect to this MariaDB server".