getmusicbee.com

General => MusicBee Wishlist => Topic started by: Mike89 on September 20, 2021, 12:49:33 PM

Title: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: Mike89 on September 20, 2021, 12:49:33 PM
Would be nice if you have album selected bu not playing make a hotkey for it o open in last.fm. Path is pretty long in a traditional way and people use that a lot.

Arrow navigation: Now you cant navigate your library left and right if your arrows are already assigned o rewind and ff. Other players let you navigate and arrows change to rewind/ff when youre at the end of the grid.
Title: Re: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: phred on September 20, 2021, 01:29:49 PM
Would be nice if you have album selected bu not playing make a hotkey for it o open in last.fm. Path is pretty long in a traditional way and people use that a lot.
You might be able to create a custom web link for this.
Preferences > Internet > custom web link
You'd need to figure out the exact syntax, but it should be doable.
Title: Re: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: Mike89 on September 20, 2021, 02:23:08 PM
Would be nice if you have album selected bu not playing make a hotkey for it o open in last.fm. Path is pretty long in a traditional way and people use that a lot.
You might be able to create a custom web link for this.
Preferences > Internet > custom web link
You'd need to figure out the exact syntax, but it should be doable.

Damn, I couldnt do this. Simply not enough skills.
Title: Re: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: phred on September 20, 2021, 02:53:39 PM
Damn, I couldnt do this. Simply not enough skills.
I don't know what you tried, but this might be a starting point.
For getting an album from Wikipedia:
https://en.wikipedia.org/wiki/Special:Search?search=<Album>

For getting an album from Amazon:
https://www.amazon.com/s?url=search-alias&field-keywords=$Replace($First(<Artist>)+(<Album>),"&","and")

For getting an album from Discogs:
https://www.discogs.com/search/?q=<Artist> <Album>MusicBrainz Album

For getting an album from MusizBrainz:
http://musicbrainz.org/search/textsearch.html?type=release&amp;query=<Artist> <Album>
Title: Re: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: sveakul on September 20, 2021, 06:57:15 PM
Go to Prefs/Internet/custom web links.  In a name box enter something like "Last.fm Artist";  in the web-link box, enter "https://www.last.fm/music/<Artist>" (no quotes).  Save.

Now go to Prefs/Hotkeys, and scroll down to the "Web: Open link (#)" with the number that corresponds to the order of your new custom web link in the last section.  Assign a hotkey to it.

Now when a track is hilighted in MusicBee, hit the Last.FM hotkey you made, and your browser will open to the track's artist page in Last.fm.

Tested and working fine with Firefox 92.
Title: Re: Hotkey for going to last.fm artist page and easier arrow navigation
Post by: Mike89 on September 20, 2021, 07:13:04 PM
Go to Prefs/Internet/custom web links.  In a name box enter something like "Last.fm Artist";  in the web-link box, enter "https://www.last.fm/music/<Artist>" (no quotes).  Save.

Now go to Prefs/Hotkeys, and scroll down to the "Web: Open link (#)" with the number that corresponds to the order of your new custom web link in the last section.  Assign a hotkey to it.

Now when a track is hilighted in MusicBee, hit the Last.FM hotkey you made, and your browser will open to the track's artist page in Last.fm.

Tested and working fine with Firefox 92.

Oh my. flawless.