Commit 744dc968 authored by Nico Schallehn's avatar Nico Schallehn

update

parent aca89b5e
# Install # Install
sudo apt-get install python-mysqldb python-imdbpy sudo apt-get install python-mysqldb python-imdbpy python-lxml
sudo apt-get install mediainfo sudo apt-get install mediainfo
Datenbank Leeren: Datenbank Leeren:
...@@ -14,4 +14,9 @@ Datenbank Leeren: ...@@ -14,4 +14,9 @@ Datenbank Leeren:
NAS im Raspberry mounten NAS im Raspberry mounten
sshfs admin@192.168.0.205:/share/Multimedia/Video /media/QNAP/ sshfs admin@192.168.0.205:/share/Multimedia/Video /media/QNAP/
\ No newline at end of file
Suche in DB nach Filmen, Ausgabe in CSV
SELECT CONCAT(imdbID, ", ", name), 3d FROM `Filme` WHERE `name` LIKE '%legend%'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment