greendoescode / vlc-rpc

Discord rich presence for VLC media player. This is a fork of PigPogs VLC RPC, adding automatic album art.
MIT License
15 stars 3 forks source link

User defined search order list #12

Closed sdasda7777 closed 11 months ago

sdasda7777 commented 1 year ago

Hi, I noticed two problems that could be solved relatively simply with one feature:

rpc: {
    // Change where to fetch the album artwork
    whereToFetchOnline:
    [
        {handler: "apple", query: "https://itunes.apple.com/search?media=music&term=%TITLE%+%ARTIST%"},
        {handler: "spotify", query: /*the equivalent of the query above for spotify*/},
        {handler: "apple", query: "https://itunes.apple.com/search?term=%TITLE%+%ARTIST%"},
        {handler: "google", query: "https://images.google.com/q=%TITLE%+%ARTIST%"},
    ]
},
greendoescode commented 1 year ago

Hey this one, still figuring the api out for the massive album art site.

greendoescode commented 1 year ago

Hey this one, still figuring the api out for the massive album art site.

sdasda7777 commented 11 months ago

This issue doesn't seem relevant anymore, so I'm closing it. Feel free to look into that API, though, that would still be cool 😄