2020-05-21 21:39:17 +02:00
|
|
|
{
|
2022-03-08 08:45:01 +01:00
|
|
|
"placeholder": "",
|
2023-10-23 15:50:15 +02:00
|
|
|
"defaultProvider": "https://duckduckgo.com/?q=",
|
2022-03-08 20:53:17 +01:00
|
|
|
"autoFocus": false,
|
2022-03-08 08:45:01 +01:00
|
|
|
"providers": [
|
|
|
|
{
|
|
|
|
"name": "Allmusic",
|
|
|
|
"url": "https://www.allmusic.com/search/all/",
|
|
|
|
"prefix": "/a"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Discogs",
|
|
|
|
"url": "https://www.discogs.com/search/?q=",
|
|
|
|
"prefix": "/di"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "iMDB",
|
|
|
|
"url": "https://www.imdb.com/find?q=",
|
|
|
|
"prefix": "/i"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TheMovieDB",
|
|
|
|
"url": "https://www.themoviedb.org/search?query=",
|
|
|
|
"prefix": "/m"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Reddit",
|
|
|
|
"url": "https://www.reddit.com/search?q=",
|
|
|
|
"prefix": "/r"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Soundcloud",
|
|
|
|
"url": "https://soundcloud.com/search?q=",
|
|
|
|
"prefix": "/so"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Spotify",
|
|
|
|
"url": "https://open.spotify.com/search/results/",
|
|
|
|
"prefix": "/s"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TheTVDB",
|
|
|
|
"url": "https://www.thetvdb.com/search?q=",
|
|
|
|
"prefix": "/tv"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "YouTube",
|
|
|
|
"url": "https://youtube.com/results?search_query=",
|
|
|
|
"prefix": "/yt"
|
|
|
|
}
|
|
|
|
]
|
2023-10-23 15:50:15 +02:00
|
|
|
}
|