Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dero committed Sep 4, 2016
1 parent 48ed77e commit b74aa9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
MEDIA TRANSCODER / MEDIA LIBRARY
MEDIA TRANSCODER / MEDIA LIBRARY / MEDIA FRONTEND

This is a simple PYTHON / FLASK / FFMPEG based media library and on-the-fly transcoding server and frontend.
This is a simple PYTHON / FLASK / FFMPEG based media library and on-the-fly transcoding server and HTML5-based frontend.

WHY

I am running this on my NAS and use my Samsung SmartTV or a browser to watch videos and listen to music.

CONFIGURE

Change config.py to point to your media files.

INSTALL PYTHON 3.4

http://www.extellisys.com/articles/python-on-debian-wheezy
Expand Down
7 changes: 0 additions & 7 deletions library/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@

# library config

media_folder= "media"
root_items= [ { "name": "Children", "target": "Children" }, { "name": "Parents", "target": "Parents" }, { "name": "Music", "target": "/home/daniel/Music" } ]

media_folder= "/mnt/stuff/Public/"
root_items= [ { "name": "Eltern", "target": "Shared Videos/Videos/Eltern" }, { "name": "Kinder", "target": "Shared Videos/Videos/Kinder" }, { "name": "Music", "target": "Shared Music" }, {"name": "Test Music", "target": "/home/daniel/Music"}, {"name": "Test Video", "target": "/home/daniel/TEST"} ]

#media_folder= "/mnt/Public/"
#root_items= [ { "name": "Eltern", "target": "Shared Videos/Videos/Eltern" }, { "name": "Kinder", "target": "Shared Videos/Videos/Kinder" }, { "name": "Music", "target": "Shared Music" } ]


#transcoder= "http://192.168.178.52:8123/media/"
#transcoder= "http://192.168.178.51:8123/media/"
#transcoder= "http://192.168.178.63:8124/media/"

# transcoder config

ffmpeg= "ffmpeg"
Expand Down

0 comments on commit b74aa9a

Please sign in to comment.