File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ Now you select the result you want and the plugin will cast it's magic and creat
148148 - e.g. for "Rogue One" the URL looks like this `https://www.imdb.com/title/tt3748528/` so the ID is `tt3748528`
149149- [MusicBrainz](https://musicbrainz.org/)
150150 - the id of a release is not easily accessible, you are better off just searching by title
151+ - the search is generally for albums but you can have a more granular search like so:
152+ - search for albums by a specific `artist:"Lady Gaga" AND primarytype:"album"`
153+ - search for a specific album by a specific artist `artist:"Lady Gaga" AND primarytype:"album" AND releasegroup:"The Fame"`
154+ - search for a specific entry (song or album) by a specific `artist:"Lady Gaga" AND releasegroup:"Poker face"`
151155- [Wikipedia](https://en.wikipedia.org/wiki/Main_Page)
152156 - [here](https://en.wikipedia.org/wiki/Wikipedia:Finding_a_Wikidata_ID) is a guide to finding the Wikipedia ID for an article
153157- [Steam](https://store.steampowered.com/)
You can’t perform that action at this time.
0 commit comments