Changelog
- Implement miniplayer
- Revamp search page
- Option to show current song's video from Youtube (Only works if song is playing from Youtube)
- Add SponsorBlock support
- Add gapless playback (Beta)
- Option to use HTML5 audio instead of Youtube embed
- Remove genre when removing song from library
- Fetch artist songs from Youtube, Spotify and extensions
- Fetch album songs from Youtube, Spotify and extensions
- Try to preload song before it starts playing (To possibly improve load times)
- Fix sorting of songs
- Add song search for current songlist
- Block googleads domain
- Fix downloading and storing of artist artworks
Extension changes
- Renamed 'requestSearchResult' event to 'requestedSearchResult'
- Expose package name in api object
- Allow extensions to set custom data on artists and albums
- Allow extensions to provide songs for artists and albums on demand
- Extensions are required to register as search result provider, artist song provider, album song provider beforehand
- Allow extensions to provide redirect URL in 'customRequest' event