Merge pull request #10 from glsubri/master

Precision in README
pull/14/head
eximus 8 years ago committed by GitHub
commit 4372783bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,11 @@ Videos are played randomly and diferent playlists are used based on time of day
It is necessary to have the Phonon GStreamer backend for qt5, GStreamer ffmpeg Plugin and GStreamer Plugins Good
- For Arch linux : `pacman -S gst-libav phonon-qt5-gstreamer gst-plugins-good`
- For Gentoo : these settings allowed me to make the theme work
* `media-libs/gst-plugins-good`
* `USE="alsa gsteamer qml widgets" dev-qt/qtmultimedia`
* `USE="gstreamer" media-libs/phonon`
Havent tryed for other distros...
@ -32,6 +37,14 @@ If you wish to play local videos files just use the following command to generat
`find <path-to-your-directory> -maxdepth 1 -type f > <playlist-file>`
If you would like to use the same videos but offline, simply download them using your shell, e.g. :
```
while read -r link; do
wget "$link"
done < playlist_file
```
### Changing settings in `theme.conf.user`
You can change a few settings in this file

Loading…
Cancel
Save