use playlist based on time of day
This commit is contained in:
24
README.md
24
README.md
@@ -2,24 +2,34 @@
|
||||
|
||||
SDDM theme with Apple TV Aerial videos
|
||||
|
||||
Videos are played randomly and diferent playlists are used based on time of day (only day and night diferenciation, night between 5pm - 5am) its possible to tweak to have more time diferentiation, the one used is provided with the videos.
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
It is necessary to have the Phonon GStreamer backend for qt5 and the GStreamer ffmpeg Plugin
|
||||
- For Arch linux : `pacman -S gst-libav phonon-qt5-gstreamer`
|
||||
|
||||
Havent tryed for other distros...
|
||||
|
||||
### Other notes
|
||||
|
||||
This theme streams the videos so internet connection is necessary
|
||||
This theme streams the videos so internet connection is necessary.
|
||||
If there is no active connection or the video can't be played the background will fallback to the image background.jpg
|
||||
|
||||
### Changing settings in `theme.conf.user`
|
||||
|
||||
You can change the font and the background.
|
||||
The background can be either an image, a video or a playlist (.m3u) file, for example:
|
||||
To set background image use `background`, for video playlists use `background_day` and `background_night`. Other keywords can be used, you just need to change the loaded config name near the end of the Main.qml file.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
```
|
||||
[General]
|
||||
background="playlist.m3u"
|
||||
background="image.jpg"
|
||||
background_day="playlist_day.m3u"
|
||||
background_night="playlist_night.m3u"
|
||||
displayFont="Montserrat"
|
||||
```
|
||||
|
||||
@@ -29,14 +39,6 @@ displayFont="Montserrat"
|
||||

|
||||

|
||||
|
||||
### TODO
|
||||
|
||||
- [ ] Randomize playlist each time inside QML
|
||||
- [ ] Pick Videos based on time of day
|
||||
|
||||
Feel free to contribute to these ;)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Theme is licensed under GPL.
|
||||
|
||||
Reference in New Issue
Block a user