Hey guys!
I'm a programming student from germany and I'm working at a private home project, to learn the basics of web hosting (I'm a beginner in this area).
What I want to do: Display my movies/tvshows from LE on my website.
My setup: I'm running apache2 on a RPi 3 and LE on a Wetek Hub (connected to my NAS). All devices are in the same LAN.
The problem: What is the best way to get the media information, which LE is offering me, in a way I can work with it for my website?
I tried to connect via php directly to the SQLite datasbase used by LE, but that didn't seem to work. Then I tried to host a mySQL Sever on my RPi 3 and tell LE to store his Informations there, that didn't seem to work either. I'm sure I made mistakes, which could be the reasons nothing worked.
But before I'm diving deep into a particular, possible, solution, I would love to ask, which is the best way to achieve my goal?
Can I access the SQLite database directly, do I have to make a new database? Do I have to do something else?
I hope it is okay asking such questions here. I completely understand that newbie questions can be annoying. But you don't have to explain anything to explicit, if you don't want. Just a hint in the right direction would be awesome
Thank you for your time