- namidaco/namida@f4e706f chore: improve details extraction for yt playlists import
- namidaco/namida@1d77806 core: force request playlist fetching
- namidaco/namida@12c7d91 chore: ui tweaks
- yt notification separate title & channel
- bigger expansion tile in some places
- use yt thumbnail for cached items list
- namidaco/namida@14817d3 chore: internally manage skipping to next when playback finished
- namidaco/namida@0089b43 fix: yt sign in ref: #321
- namidaco/namida@64f83d9 chore: re-design yt offline search results to be horizontal
- this also eliminates some code that differentiate between 3-result page & full results page, making everything unified and tied
- increase timer to dispose offline search resources to 1 min
- namidaco/namida@92b81be chore: fallback info for yt miniplayer
- namidaco/namida@ecfbb7e chore: ui thingys
- namidaco/namida@0cdc56a core: allow unlimited cache size this will eliminate cache checking at startup so cpu relief yeyy
- namidaco/namida@c4ffe59 chore: disable media store artwork fallback when not using media store bcz it can generate non-accurate artworks
- namidaco/namida@6cb8756 chore: apply my settings on first start ^^ hehe
- namidaco/namida@38aa558 core: add flag setting to explicity allow experimental codecs like av1 & vp9
- now webm is prefered over av1
- the process is done using
List<VideoStream>.withoutWebmIfNeccessaryOrExperimentalCodecs()
- namidaco/namida@721bf5a perf: rewrite
_addTheseTracksToAlbumGenreArtistEtc()making it significantly faster and more reliable eliminating possible related issues - namidaco/namida@b09c533 chore: some fixes
- using cached personalized related videos when acc is signed in (not the opposite)
- m3u playlists path parsing
- fix some equality checks
- add delay for showing snack error when no network on
initState() - failed tag edits will not cause the progress to stuck
- namidaco/namida@fe96401 feat: option to disable personalized related videos