1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

Pushed version 1.6.3. Added Deezer and Tidal to search queries

This commit is contained in:
unknown 2021-08-09 12:54:07 +02:00
parent 683c948f6c
commit 5c60c7c156
3 changed files with 14 additions and 9 deletions

View file

@ -1,5 +1,6 @@
### v1.6.3 (TBA) ### v1.6.3 (2021-08-09)
- Added support for custom SVG icons ([#73](https://github.com/pawelmalak/flame/issues/73)) - Added support for custom SVG icons ([#73](https://github.com/pawelmalak/flame/issues/73))
- Added Deezer and Tidal to search queries
### v1.6.2 (2021-08-06) ### v1.6.2 (2021-08-06)
- Fixed changelog link - Fixed changelog link

View file

@ -74,7 +74,7 @@ services:
container_name: flame container_name: flame
volumes: volumes:
- <host_dir>:/app/data - <host_dir>:/app/data
- /var/run/docker.sock:/var/sock/docker.sock # optional but required for Docker integration feature - /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration feature
ports: ports:
- 5005:5005 - 5005:5005
restart: unless-stopped restart: unless-stopped
@ -174,10 +174,4 @@ And you must have activated the Docker sync option in the settings panel.
> This is an experimental feature. Its behaviour might change in the future. > This is an experimental feature. Its behaviour might change in the future.
> >
> Follow instructions from wiki: [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) > Follow instructions from wiki: [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS)
## Support
If you want to support development of Flame and my upcoming self-hosted and open source projects you can use the following link:
[![PayPal Badge](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/pawelmalak)

View file

@ -1,5 +1,10 @@
{ {
"queries": [ "queries": [
{
"name": "Deezer",
"prefix": "dz",
"template": "https://www.deezer.com/search/"
},
{ {
"name": "Disroot", "name": "Disroot",
"prefix": "ds", "prefix": "ds",
@ -35,6 +40,11 @@
"prefix": "mv", "prefix": "mv",
"template": "https://www.themoviedb.org/search?query=" "template": "https://www.themoviedb.org/search?query="
}, },
{
"name": "Tidal",
"prefix": "td",
"template": "https://listen.tidal.com/search?q="
},
{ {
"name": "YouTube", "name": "YouTube",
"prefix": "yt", "prefix": "yt",