Kingkor Roy Tirtho
82307bc030
feat: personalized stats based on local music history ( #1522 )
...
* feat: add playback history provider
* feat: implement recently played section
* refactor: use route names
* feat: add stats summary and top tracks/artists/albums
* feat: add top date based filtering
* feat: add stream money calculation
* refactor: place search in mobile navbar and settings in home appbar
* feat: add individual minutes and streams page
* feat(stats): add individual minutes and streams page
* chore: default period to 1 month
* feat: add text to explain user how hypothetical fees are calculated
* chore: ensure usage of route names instead of direct paths
* cd: add cache key
* cd: remove media_kit_event_loop from git
2024-06-01 11:40:01 +06:00
Kingkor Roy Tirtho
fc5bfa089c
feat: local library folder cards
2024-05-23 21:27:09 +06:00
Kingkor Roy Tirtho
d82261cb25
fix: local track not showing up in queue
2024-05-23 16:56:52 +06:00
Blake Leonard
22caa818f4
feat: Local music library ( #1479 )
...
* feat: add one additional library folder
This folder just doesn't get downloaded to.
I think I'm going to rework it so that it can be multiple folders,
but I'm going to commit my progress so far anyway.
Signed-off-by: Blake Leonard <me@blakes.dev>
* chore: update dependencies so that it builds
I'm not sure if this breaks CI or something, but I couldn't build
it locally to test my changes, so I made these changes and it
builds again.
Signed-off-by: Blake Leonard <me@blakes.dev>
* feat: index multiple folders of local music
If you used a previous commit from this branch, this is a breaking
change, because it changes the type of a configuration field. but
since this is still in development, it should be fine.
Signed-off-by: Blake Leonard <me@blakes.dev>
* refactor: manage local library in local tracks tab
This also refactors the list to use slivers instead. That's the
easiest way to have multiple scrolling lists here...
The console keeps getting spammed with some intermediate layout
error but I can't hold it long enough to figure out what's causing
it.
Signed-off-by: Blake Leonard <me@blakes.dev>
* refactor: use folder add/remove icons in library
Signed-off-by: Blake Leonard <me@blakes.dev>
* refactor: remove redundant settings page
Signed-off-by: Blake Leonard <me@blakes.dev>
* refactor: rename "Local Tracks" to just "Local"
Not sure if this would be the recommended way to do it...
Signed-off-by: Blake Leonard <me@blakes.dev>
* fix: console spam about useless Expanded
Signed-off-by: Blake Leonard <me@blakes.dev>
* chore: remove completed TODO
Signed-off-by: Blake Leonard <me@blakes.dev>
* chore: use new Platform constants; regenerate plugins
Signed-off-by: Blake Leonard <me@blakes.dev>
* refactor: put local libraries on separate pages
Signed-off-by: Blake Leonard <me@blakes.dev>
---------
Signed-off-by: Blake Leonard <me@blakes.dev>
2024-05-23 15:18:01 +06:00
Kingkor Roy Tirtho
9aea35468f
fix: fallback to LRCLIB when lyrics line less than 6 lines #1461
2024-05-23 15:13:02 +06:00
Kingkor Roy Tirtho
937a706ac9
fix: windows SSL Certificate error breaking login #905 ( #1474 )
...
* fix: certificate error by using custom ssl certificate
* Cd/docker linux ar (#1468 )
* cd: use docker buildx
* cd: use linux host for linux arm instead of macos m1
m1 doesn't support nested virtualization. (Apple truly sucks)
* cd: don't specify arch in Dockerfile
* cd: use custom Dockerfile from ubuntu instead of flutter image
* cd: add setup java for android
* cd: add flutter distributor pre-built docker image for arm
* cd: save me from this cursed arm build
* cd: ??
* cd: ??
* cd: use docker build
* fix: windows SSL Exception for Signing in
* refactor: extract update checker as a basic function instead of a hook
2024-05-04 20:10:19 +06:00
Kingkor Roy Tirtho
7ac791757a
fix(linux): tray icon not showing #541
...
upgrade old packages
2024-04-17 22:20:30 +06:00
Kingkor Roy Tirtho
9e25c742d4
feat: add Spotify homepage personalized recommendations ( #1402 )
...
* feat: add spotify homepage recommendations
* chore: bring back made for user sectin
2024-04-14 12:10:34 +06:00
Kingkor Roy Tirtho
9791e3fb5f
chore: give a boost to first track of playlist
2024-04-14 12:02:12 +06:00
Kingkor Roy Tirtho
57ccf16311
refactor: rename providers
2024-04-12 11:06:03 +06:00
Kingkor Roy Tirtho
22a49e56a2
refactor: use tcp server based track matcher ( #1386 )
...
* refactor: remove SourcedTrack based audio player and utilize mediakit playback system
* feat: implement local (loopback) server to resolve stream source and leverage the media_kit playback API
* feat: add source change support and re-add prefetching tracks
* fix: assign lastId when track fetch completes regardless of error
* chore: remove print statements
* fix: remote queue not working
* fix: increase mpv network timeout to reduce auto-skipping
* fix: do not pre-fetch local tracks
* fix(proxy-playlist): reset collections on load
* chore: fix lint warnings
* fix(mobile): player overlay should not be visible when the player is not playing
* chore: fix typo in turkish translation
* cd: checkout PR branch
* cd: upgrade flutter version
* chore: fix lint errors
2024-04-11 17:56:41 +06:00
Kingkor Roy Tirtho
0d080b77b7
fix(playback): sponsor block skips and stutters in same position
2024-04-07 13:05:54 +06:00
Kingkor Roy Tirtho
5afe823abd
feat(lyrics): add LRCLIB lyrics provider as fallback
2024-04-05 00:48:08 +06:00
Kingkor Roy Tirtho
c8dd8025ec
fix: instance of Artist bug #1362
2024-04-04 22:33:01 +06:00
Kingkor Roy Tirtho
68374efd3e
feat: LAN connect a.k.a control remote Spotube playback and local output device selection ( #1355 )
...
* feat: add connect server support
* feat: add ability discover and connect to same network Spotube(s) and sync queue
* feat(connect): add player controls, shuffle, loop, progress bar and queue support
* feat: make control page adaptive
* feat: add volume control support
* cd: upgrade macos runner version
* chore: upgrade inappwebview version to 6
* feat: customized devices button
* feat: add user icon next to devices button
* feat: add play in remote device support
* feat: show alert when new client connects
* fix: ignore the device itself from broadcast list
* fix: volume control not working
* feat: add ability to select current device's output speaker
2024-04-04 22:22:00 +06:00
Kingkor Roy Tirtho
9f96b5c537
refactor: use extension methods for simple album to album and simple track to track conversion
2024-03-21 00:48:21 +06:00
Kingkor Roy Tirtho
1cea95bbda
refactor: artist name string as extension
2024-03-21 00:30:27 +06:00
Kingkor Roy Tirtho
7545ff6415
refactor: use extension method for image to url string
2024-03-21 00:18:43 +06:00
Kingkor Roy Tirtho
6673e5a8a8
feat: improved caching based on riverpod ( #1343 )
...
* feat: add riverpod based favorite album provider
* feat: add album is saved, new releases and tracks providers
* feat: add artist related providers
* feat: add all categories providers
* feat: add lyrics provider
* feat: add playlist related providers
* feat: add search provider
* feat: add view and spotify friends provider
* feat: add playlist create and update and favorite handlers
* feat: use providers in home screen
* chore: fix dart lint issues
* feat: use new providers for playlist and albums screen
* feat: use providers in artist page
* feat: use providers on library page
* feat: use provider for playlist and album card and heart button
* feat: use provider in search page
* feat: use providers in generate playlist
* feat: use provider in lyrics screen
* feat: use provider for create playlist
* feat: use provider in add track dialog
* feat: use providers in remaining pages and remove fl_query
* fix: remove direct access to provider.value
* fix: glitching when loading
* fix: user album loading next page indicator
* feat: make many provider autoDispose after 5 minutes of no usage
* fix: ignore episodes in tracks
2024-03-20 23:38:39 +06:00
Kingkor Roy Tirtho
90f7c531cd
fix: non-banger songs breaking the queue if sources not found
...
Now fallbacks to another audio source if not found in one
2024-02-17 21:33:09 +06:00
Kingkor Roy Tirtho
9dfd49ca04
feat: add endless playback support #285
2024-01-31 18:00:54 +06:00
Kingkor Roy Tirtho
8184555ee8
feat: improve youtube/piped matching by suffixing "- Topic"
2024-01-27 21:48:38 +06:00
Kingkor Roy Tirtho
b4999993bf
fix: wrong artist name sent while scrobbling #958
2023-12-29 18:28:25 +06:00
Kingkor Roy Tirtho
dcbe7294b7
fix: wrong artist name sent while scrobbling #958
2023-12-27 21:57:18 +06:00
Kingkor Roy Tirtho
24a2294512
feat: toggle for discord rpc
2023-12-08 13:27:31 +06:00
Kingkor Roy Tirtho
2a87a0fe28
chore: change API Type to Audio Source
2023-12-02 22:17:53 +06:00
Kingkor Roy Tirtho
a7b9398708
fix: metadata not getting added for YouTube tracks #916 and Wrong duration of downloaded tracks #912
2023-12-02 21:57:05 +06:00
Kingkor Roy Tirtho
88b8785cb8
feat: discord RPC integration #98
2023-11-22 09:32:05 +06:00
Kingkor Roy Tirtho
75c0c4fff4
Merge branch 'master' into dev
2023-11-21 20:11:08 +06:00
Kingkor Roy Tirtho
14069cd4fe
feat: Add JioSaavn as audio source ( #881 )
...
* feat: implement new SourcedTrack for youtube and piped
* refactor: replace old spotube track with sourced track
* feat: add jiosaavn as audio source
* fix: download not working other than jiosaavn
* Merge branch 'dev' into feat-jiosaavn
2023-11-15 18:34:46 +06:00
Kingkor Roy Tirtho
57c03ad045
refactor: use json serializer for preferences
2023-11-14 22:48:02 +06:00
Kingkor Roy Tirtho
0a6b54da36
fix: scrobbling not working for first track or single track
2023-11-13 21:46:33 +06:00
Kingkor Roy Tirtho
e29a38dfa4
fix: changed settings are not persisting after force stop #821
2023-11-13 20:59:54 +06:00
Kingkor Roy Tirtho
574406dd5f
fix(playbutton_card): annoying animation
2023-11-08 12:11:06 +06:00
Kingkor Roy Tirtho
83c0b49da9
fix: 0:00 media duration in queue after application restart #782
2023-10-29 20:19:03 +06:00
Kingkor Roy Tirtho
286ef83e8e
fix: trim login field padding
2023-10-29 19:16:46 +06:00
Kingkor Roy Tirtho
edb8928d53
chore: remove unused save lyrics toggle
2023-10-15 10:56:09 +06:00
Kingkor Roy Tirtho
e5d0aaf80d
fix: minor glitches
2023-09-30 21:13:35 +06:00
Kingkor Roy Tirtho
931664e6b6
refactor: migrate to catcher to catcher_2
2023-09-30 18:33:04 +06:00
meenbeese
c7432bbd98
feat: improve and unify the logging framework ( #738 )
...
* Improve logging framework for better debugging
Signed-off-by: meenbeese <meenbeese@tutanota.com>
* Remove logger statements from /bin dir
---------
Signed-off-by: meenbeese <meenbeese@tutanota.com>
2023-09-30 18:20:45 +06:00
Kingkor Roy Tirtho
f5bd90731d
feat: LastFM scrobbling support ( #761 )
...
* feat: add login with lastfm support
* feat: add lastfm scrobbling support
* fix: scrobblenaut local path
2023-09-29 18:45:00 +06:00
Kingkor Roy Tirtho
e54762be6a
feat: customizable stream/download file formats ( #757 )
...
* feat: add codec configuration in settings
* fix: show no value for codec configuration in smaller screen
* feat: implement configurable codec for download & streaming music
2023-09-28 17:02:41 +06:00
Kingkor Roy Tirtho
94c386638f
feat: add restore default settings button
2023-09-27 13:34:19 +06:00
Kingkor Roy Tirtho
101c32523d
feat: show error dialog on failed to login
2023-09-27 13:16:35 +06:00
Kingkor Roy Tirtho
15d466a045
fix(android): audio doesn't resume on interruption end
2023-09-27 12:44:07 +06:00
Kingkor Roy Tirtho
ae2745fdb7
refactor: fix caching isn't working with spotify 0.12
2023-09-26 20:22:05 +06:00
Kingkor Roy Tirtho
afbb8ba5a7
refactor: make compatible with spotify lib 0.12
2023-09-26 19:49:59 +06:00
Kingkor Roy Tirtho
c325911c0d
feat: configurable audio normalization switch
2023-09-17 00:39:00 +06:00
Kingkor Roy Tirtho
5c5dbf69ec
feat: add Amoled theme #724
2023-09-16 12:35:46 +06:00
Kingkor Roy Tirtho
8d4602962b
feat: ability to toggle system title bar & custom title bar ( #185 )
2023-08-26 13:52:59 +06:00
Kingkor Roy Tirtho
48e90a4229
fix: sorting by date crashes app ( #551 )
2023-08-26 12:20:14 +06:00
Kingkor Roy Tirtho
1a7ea0ce6a
fix: sanitize song title for file name ( #644 )
2023-08-26 00:40:50 +06:00
Kingkor Roy Tirtho
c3c09f5b76
fix: last track of queue never plays & repeat playlist never works
2023-08-25 22:52:43 +06:00
Kingkor Roy Tirtho
190df17adc
fix: jump to track going to wrong track
2023-08-25 20:03:49 +06:00
Kingkor Roy Tirtho
d239d641ff
feat: paginated user albums
2023-08-25 18:54:54 +06:00
Kingkor Roy Tirtho
6ced0a0fad
fix: always fetching SponsorBlock if no segments found & download failing
2023-08-25 18:05:18 +06:00
Kingkor Roy Tirtho
5a8a1e41e9
fix: default to youtube API by default
2023-08-18 13:30:12 +06:00
Kingkor Roy Tirtho
8521cc5c88
fix: always showing play in playlist/album views
2023-08-15 21:57:26 +06:00
Kingkor Roy Tirtho
aa4ac8641a
fix: tracks doesn't change when ended
2023-08-08 12:18:11 +06:00
Kingkor Roy Tirtho
38dc4beb44
feat: blazingly™ fast download manager ( #619 )
...
* feat: concurrent download service & download prorvider
* feat: implement chunked downloader
* fix: no audio-tags in Linux and duration not showing up for local tracks
* feat: show matching tracks in queue as well
* feat: always uses piped api for download to avoid IP block
* fix: invalid downloadCount
2023-08-07 16:49:11 +06:00
Kingkor Roy Tirtho
cf7b849cdd
feat: web compatibility
2023-08-05 10:49:53 +06:00
Kingkor Roy Tirtho
b492840512
fix: login dialog stays after login, mention sp_gaid in tutorial
2023-08-04 21:25:01 +06:00
Kingkor Roy Tirtho
5a563ef428
fix: flags not showing up, html in descriptions
2023-08-04 13:47:26 +06:00
Kingkor Roy Tirtho
d8cf2ae131
fix: avoid sponsor block for first few seconds to not break the stream
2023-08-04 13:23:36 +06:00
Kingkor Roy Tirtho
1431472f07
fix: avoid sponsor block for first few seconds to not break the stream
2023-08-04 13:19:56 +06:00
Kingkor Roy Tirtho
dfd60bd4cc
fix: cache segments casting error
2023-08-04 13:10:56 +06:00
Kingkor Roy Tirtho
0b7affdc05
fix: track not skipping to next even when source is available
2023-08-04 11:51:13 +06:00
Kingkor Roy Tirtho
0089d471ae
fix: negative index exception in update palette ( #561 )
2023-07-08 21:44:43 +06:00
Kingkor Roy Tirtho
62055018fe
fix: color not syncing and add new screenshot
2023-07-02 22:20:02 +06:00
Kingkor Roy Tirtho
f554f6d43b
fix: track stops at last second
2023-06-30 12:10:25 +06:00
Kingkor Roy Tirtho
0cfe430e27
chore: layout mode adaptive by default
2023-06-30 11:23:53 +06:00
Kingkor Roy Tirtho
c429e6f48d
chore: versioning of Hive boxes
2023-06-30 11:21:02 +06:00
Kingkor Roy Tirtho
b54ee96233
feat: re-introduce youtube API along with piped
2023-06-30 10:52:44 +06:00
Kingkor Roy Tirtho
b041887402
chore: remove predownload option
2023-06-28 16:36:50 +06:00
Kingkor Roy Tirtho
dfea195ec1
feat: search alternative track source
2023-06-28 16:29:23 +06:00
Kingkor Roy Tirtho
60328a6baf
feat: show country code piped instance list
2023-06-28 14:23:12 +06:00
Kingkor Roy Tirtho
17a25a501e
feat: add piped search mode
2023-06-28 14:05:01 +06:00
Kingkor Roy Tirtho
a9b5a714e4
fix: alternative track source not playing new source
2023-06-28 12:13:33 +06:00
Kingkor Roy Tirtho
546fafbf37
chore:
2023-06-20 12:07:54 +06:00
Kingkor Roy Tirtho
1c89e3efb0
fix: collection currently playing state persist on restart
2023-06-20 11:55:23 +06:00
Kingkor Roy Tirtho
4a75f3dbd1
feat: add sleep timer support
2023-06-19 21:35:58 +06:00
Kingkor Roy Tirtho
73c012c71a
fix: local tracks getting fetched on first load
2023-06-17 10:17:54 +06:00
Kingkor Roy Tirtho
ea45c4f42a
fix: re-enable download manager
2023-06-17 09:32:37 +06:00
Kingkor Roy Tirtho
3724bd5a10
feat: persistent volume percentage
2023-06-11 18:26:03 +06:00
Kingkor Roy Tirtho
7d23beec5e
fix: disable background_downloader due to android build failures
2023-06-10 15:31:48 +06:00
Kingkor Roy Tirtho
4a21249ee3
fix: replace download multiple pops and add translations
2023-06-08 09:03:18 +06:00
Kingkor Roy Tirtho
6752adc939
feat: Better download manager with download progress
2023-06-08 08:36:56 +06:00
Kingkor Roy Tirtho
bed0d3bd70
feat: piped instance picker on settings
2023-06-04 22:02:14 +06:00
Kingkor Roy Tirtho
3aeb026776
feat: track populate sibling support
2023-06-04 17:52:31 +06:00
Kingkor Roy Tirtho
14183781dd
feat: repeat button all 3 mode and disable player controls when track is fetching
2023-06-04 16:34:37 +06:00
Kingkor Roy Tirtho
e3d8239b9f
fix: error log
2023-06-04 15:33:57 +06:00
Kingkor Roy Tirtho
94017189c6
fix: cached currently playing track infinite loading
2023-06-04 14:44:16 +06:00
Kingkor Roy Tirtho
ed29ab5137
fix: cached queue tracks expired stream
2023-06-04 12:30:04 +06:00
Kingkor Roy Tirtho
1abcad1de5
fix: linux mpris not showing up and overall media notification service
2023-06-02 12:33:27 +06:00
Kingkor Roy Tirtho
74906f3932
fix: album sync not working
2023-06-01 12:37:30 +06:00
Kingkor Roy Tirtho
27e8acbfe7
fix: playback not moving to next track after a track ends
2023-06-01 09:02:44 +06:00
Kingkor Roy Tirtho
ae820a22f2
feat: personal playlist recommendations
2023-05-28 21:54:00 +06:00
Kingkor Roy Tirtho
ec11af53a1
feat: enable caching of queue
2023-05-27 23:04:54 +06:00
Kingkor Roy Tirtho
e529c79c4f
fix: re-enable add to queue and play next support, favorite button query exceptions
2023-05-27 21:53:56 +06:00
Kingkor Roy Tirtho
bf59570251
feat: show loading when track metadata is being fetched, android, ios, macos enable shuffling
2023-05-27 13:34:25 +06:00
Kingkor Roy Tirtho
a0744630ba
fix: use id based source getters instead of index
2023-05-27 12:01:59 +06:00
Kingkor Roy Tirtho
75b46e1a17
refactor: split audio player impl into multiple parts and mixins
2023-05-26 10:13:09 +06:00
Kingkor Roy Tirtho
a455a89c58
fix: null exception on proxy playlist and audio player
2023-05-17 00:30:48 +06:00
Kingkor Roy Tirtho
696eeee882
chore(playback): re-enable shuffling
2023-05-16 22:34:20 +06:00
Kingkor Roy Tirtho
8bcce9282e
feat: supabase integration
2023-05-16 12:36:49 +06:00
Kingkor Roy Tirtho
fb780da327
feat: remove SponsorBlock in favor of YT Music and remove pocketbase backend track support
2023-05-16 10:50:17 +06:00
Kingkor Roy Tirtho
3bafa7b80c
fix(mkPlayer): remove method and wrong active index on modifying playlist
2023-05-15 11:02:32 +06:00
Kingkor Roy Tirtho
eaf65b6db2
feat(player): custom playlist implementation for media_kit to replace unpredictable playlist of mpv
2023-05-14 17:52:54 +06:00
Kingkor Roy Tirtho
5a4e3baa51
chore: remove unnecessary files and youtube_explode
2023-05-14 15:00:07 +06:00
Kingkor Roy Tirtho
1ecc36da57
feat: replace YouTube API with piped API
2023-05-14 14:26:13 +06:00
Kingkor Roy Tirtho
1f3255481f
fix(player): volume slider, prefetching of media_kit and stuttering on sponsorblock skip
2023-05-13 19:11:02 +06:00
Kingkor Roy Tirtho
5f70207076
refactor(playback): migration to ProxyPlaylist based playback
2023-05-13 12:46:56 +06:00
Kingkor Roy Tirtho
3ba3df7265
refactor(playlist_queue): add playlist 3 items load first support
2023-05-12 20:35:48 +06:00
Kingkor Roy Tirtho
f1080e1675
feat(player): add playlist related methods to audio player
2023-05-12 09:36:03 +06:00
Kingkor Roy Tirtho
cdb32685e4
fix(android): use multi assetAudioPlayer instance fix patch and disable Pre-download and play by default in Android too
2023-05-05 11:18:28 +06:00
Kingkor Roy Tirtho
12915f3e5a
refactor: create audio player wrapper and remove just_audio (again)
2023-04-30 23:16:55 +06:00
Kingkor Roy Tirtho
30c933cdf3
fix: disable play when loading track and buffering event
2023-04-30 18:08:12 +06:00
Kingkor Roy Tirtho
8f9303bc0f
fix: mobile audio notification not working
2023-04-30 17:02:33 +06:00
Kingkor Roy Tirtho
ce10aa1fe2
fix: navigation to settings not working
2023-04-30 15:18:16 +06:00
Kingkor Roy Tirtho
7b7b1f2647
fix: language changer not working
2023-04-29 14:15:28 +06:00
Kingkor Roy Tirtho
f12d81259f
feat: setup localization (l10n) and language switcher, add sidebar and navbar locale
2023-04-29 00:13:37 +06:00
Kingkor Roy Tirtho
d7135db5ad
refactor(audi_service): unify all platform audio services
2023-04-28 21:11:49 +06:00
Kingkor Roy Tirtho
9dbb8171a6
feat: make snackbar floating
2023-04-28 13:06:36 +06:00
Kingkor Roy Tirtho
31b9249cc8
feat: album art dominant color as accent color ( #447 )
2023-04-28 12:58:03 +06:00
Kingkor Roy Tirtho
cac8ea6388
feat(queue): add track(s) for playing next ( #460 )
2023-04-28 11:30:27 +06:00
Kingkor Roy Tirtho
441b43bef6
feat(queue): reorder tracks support
2023-04-28 10:57:32 +06:00
Kingkor Roy Tirtho
52835b2ce2
feat(local_tracks): delete local track ( #484 )
2023-04-27 23:19:03 +06:00
Kingkor Roy Tirtho
8fe9e4d245
Merge branch 'master' into dev
2023-04-26 12:31:33 +06:00
Kingkor Roy Tirtho
10f1c675d0
refactor: use envied instead of flutter_dotenv to ensure better security
2023-04-26 12:13:42 +06:00
Kingkor Roy Tirtho
816ad304df
Merge branch 'master' into dev
2023-04-26 00:48:35 +06:00
Kingkor Roy Tirtho
b110d83456
feat: cache encryption for sensitive data
2023-04-25 23:29:54 +06:00
Kingkor Roy Tirtho
f0b426ae89
feat: windows OS media control panel support
2023-04-14 11:08:12 +06:00
Kingkor Roy Tirtho
06a043764d
feat: system tray support ( #31 )
2023-04-10 23:19:14 +06:00
Kingkor Roy Tirtho
36396b7583
Merge branch 'master' into dev
2023-04-01 13:04:32 +06:00
Kingkor Roy Tirtho
c46b4284b1
fix(macos): crashing on startup
...
This issue was caused metadata_god which was incorrectly loading dynamic library
2023-04-01 13:00:18 +06:00
Kingkor Roy Tirtho
7a0fd64cf9
Merge branch 'master' into dev
2023-03-24 20:04:04 +06:00
Kingkor Roy Tirtho
f160ec767d
fix: android audio service and notification and fallback for lyrics when anonymous
2023-03-24 19:55:16 +06:00
Kingkor Roy Tirtho
e04515d8e2
fix: system color scheme not persisting on restart when system color scheme changed
2023-03-23 19:01:17 +06:00
Kingkor Roy Tirtho
862c4b8faf
feat: use system color scheme
2023-03-16 13:30:17 +06:00
Kingkor Roy Tirtho
a90261ed19
feat: merge floating player with nav bar and nav bar translucent bg
2023-03-10 19:19:55 +06:00
Kingkor Roy Tirtho
b327ffb108
fix(playbutton_card): play and non play state correction
2023-03-07 12:57:14 +06:00
Kingkor Roy Tirtho
42b3e111f8
fix(playlist_queue): load method not preserving the active track before filtering blacklisted tracks
2023-03-07 11:10:16 +06:00
Kingkor Roy Tirtho
60ede5f92b
feat(theme): use material3 monet for colors and remove background color preference
2023-03-07 10:38:01 +06:00
Kingkor Roy Tirtho
60a5847ae6
fix(playback): not skipping track's sponsorblock segments
2023-03-05 10:54:31 +06:00
Kingkor Roy Tirtho
a5b7e5faf0
refactor(authentication): immutable authentication state
2023-02-10 17:30:31 +06:00
Kingkor Roy Tirtho
9080441b87
feat(home): personalized section
2023-02-06 23:06:26 +06:00
Kingkor Roy Tirtho
d68d150d3f
feat: failsafe pocketbase requests, removal of unneeded preferences options & vertical playbutton actions
2023-02-06 09:45:20 +06:00
Kingkor Roy Tirtho
b8f3493138
feat: add or remove track, playlist or album to queue support
2023-02-05 15:14:35 +06:00
Kingkor Roy Tirtho
ac84942917
refactor: audio player and youtube client in separate files
2023-02-05 08:39:02 +06:00
Kingkor Roy Tirtho
24d7b5b851
refactor: replace playAt with playTrack for safe element access and property based track looping
2023-02-03 14:32:58 +06:00
Kingkor Roy Tirtho
1d82bb0987
feat: bring pre download on desktop, disable pre download for long videos
...
fix: audio service calling self ref of playlist queue provider
2023-02-03 13:21:41 +06:00
Kingkor Roy Tirtho
3ccb525260
fix: pre downloading not working properly, audio service circular deps and sibling not loading for backend track
2023-02-02 19:53:35 +06:00
Kingkor Roy Tirtho
312f7fbe77
refactor(playback): new immutable queue based playback manager
...
Dropping support for search format, track match algorithm in favor of server track cache and alternative track source
2023-02-02 18:43:12 +06:00
Kingkor Roy Tirtho
ad90c11ab0
feat: configure pocketbase, generate dart types, update playback to use server instead of hive cache
...
This commit currently turns off sponsor block segment for compatibility reasons
2023-02-01 22:05:37 +06:00
Kingkor Roy Tirtho
84d94b05bc
feat: use catcher to handle exceptions
2023-02-01 18:26:17 +06:00
Kingkor Roy Tirtho
947c14353e
feat: black list artist or track
2023-01-06 16:39:01 +06:00
Kingkor Roy Tirtho
f79223cd41
feat: individual shuffle and repeat/loop button of player
2023-01-06 12:10:03 +06:00
Kingkor Roy Tirtho
a10bc5b8d8
feat: sidebar download count and proper progress color in playbutton
2022-12-08 22:09:48 +06:00
Kingkor Roy Tirtho
42d284f8d8
refactor: query and mutation jobs as separate abstract class
2022-12-08 12:32:27 +06:00
Kingkor Roy Tirtho
7c25e1cc8a
feat: rename files to snake_case and reorganize folder structure
2022-12-08 11:43:31 +06:00
Kingkor Roy Tirtho
3386dac78e
feat: add selected tracks to playlists, optimistic playlist remove track
2022-12-07 23:15:28 +06:00
Kingkor Roy Tirtho
bc8a04e544
feat: pause track when seeking forward/back and keep audio session alive when paused/interrupted
2022-12-07 12:22:11 +06:00
Kingkor Roy Tirtho
1223cf2629
feat: shuffle keep playing track at top, linux title bar drag no working
2022-11-24 13:49:40 +06:00
Kingkor Roy Tirtho
4b21cc8299
feat(playback): change current track youtube source panel and tooltips for player icon buttons
2022-10-25 14:12:17 +06:00
Kingkor Roy Tirtho
e6761a6f8e
feat(search): infinite scroll for tracks, artists, playlists and albums
2022-10-25 12:13:19 +06:00
Kingkor Roy Tirtho
6b6907af3f
feat(lyrics): tabs for both synced and static lyrics #182
...
refactor: remove code-style warnings
2022-10-24 17:59:58 +06:00
Kingkor Roy Tirtho
b3ac5ca3bb
fix(auth): refresh access token timer not working
...
refactor: use fl_query for spotify API instead of riverpod
2022-10-23 16:06:03 +06:00
Kingkor Roy Tirtho
dcc8ba5a54
feat(android-playback): option to download track bytes and play instead of Streaming
2022-10-16 11:21:21 +06:00
Kingkor Roy Tirtho
88d7ce55a5
feat(downloader): replace /skip all choice for downloaded tracks
2022-10-13 19:21:12 +06:00
Kingkor Roy Tirtho
abf4a5763a
fix: cached local track is fetched from network, body is not behind AppBar in desktop
2022-10-12 21:02:50 +06:00
Kingkor Roy Tirtho
4df917e65e
fix: categories not showing for oauth exception, maximized window size is stored
...
feat: UserLibrary and UserAlbums using fl_query
2022-10-10 22:54:10 +06:00
Kingkor Roy Tirtho
3e498a4827
feat: implemented go_route shell/nested route
...
BRIEF DESCRIPTION:
- Nested Routes like React-Router/Spotify Web/desktop
- Except Login routes everything is nested and wrapped by a Shell
- PlayerOverlay is no more a overlay
A really simple Sidebar now
2022-10-10 20:00:47 +06:00
Kingkor Roy Tirtho
edb6f3cd1c
feat: volume slider mouse scroll and preference for Rotating Album Art #255
2022-10-09 10:52:51 +06:00
Kingkor Roy Tirtho
677f3dcf29
fix(auth): AuthProvider not updated after refreshing access token
2022-10-03 20:57:04 +06:00
Kingkor Roy Tirtho
756b91007e
feat(auth): new authentication flow using cookies and webview in android
2022-10-03 20:38:36 +06:00
Kingkor Roy Tirtho
c77b0e198b
feat: smoother list using fl_query and waypoint
...
fix(theme): remove splash effect
feat(artists-albums): horizontal paginated list instead of grid view page
2022-10-02 11:04:27 +06:00
Kingkor Roy Tirtho
dbb81de763
fix: no appropriate output when playlist is empty #201
2022-09-26 13:14:55 +06:00
Piotr Rogowski
8f64f5452d
Fix file paths for MacOS
2022-09-21 21:56:21 +02:00
Kingkor Roy Tirtho
1191bf232d
fix(web): not building due to metadata_god ffi
...
chore: update metadata_god and remove win32v3 override
2022-09-21 23:10:05 +06:00
Demizo
cf1a8eff2a
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-18 12:34:59 -05:00
Kingkor Roy Tirtho
16064f68e8
feat: remove macos bounds for reading and writing audio metadata
2022-09-12 22:49:01 +06:00
Kingkor Roy Tirtho
8c7adde890
fix(layout): Fix adaptive UI not working correctly by providing a overriding option
2022-09-12 15:02:47 +06:00
Kingkor Roy Tirtho
56ed536130
chore: disable reading/writing audiotags in macOS for as unsupported platform for metadata_god
...
build: bump version to 2.4.0 for next release
fix: playlist view, album view, local track view play another track of already playing album/playlist behavior
2022-09-09 13:36:49 +06:00
Kingkor Roy Tirtho
d9addcda8e
feat(mpris): MPRIS metadata are now updated in realtime
...
refactor(download-button): use download provider and queue instead of custom logic
2022-09-09 13:05:02 +06:00
Kingkor Roy Tirtho
cae9993429
feat(playback): add repeat track support #166
2022-09-09 10:53:34 +06:00
Kingkor Roy Tirtho
daa62c73f7
refactor(image-to-string): use asset placeholders instead of dicebear URIs
2022-09-08 23:55:48 +06:00
Kingkor Roy Tirtho
7071cdbfcf
chore: metadata_god compatibility
2022-09-05 20:56:41 +06:00
Kingkor Roy Tirtho
d841b06882
refactor(audio-metadata): migrate from dart audio tagging library to rust based in-house solution
...
* fix(home): android bottom-bar abnormal empty top space for unknown reason
* chore: bump deps and use pub.dev version of spotify package
2022-09-05 00:09:05 +06:00
Demizo
b2f20d458d
Integrated duration matching into authentic and popular algorithms
...
- Integrated duration matching into authentic and popular algorithms
- Removed duration matching option
2022-09-03 12:29:23 -05:00
Demizo
0fce2c6347
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-03 11:46:41 -05:00
Kingkor Roy Tirtho
2ab1fba3d6
fix(downloader): downloaded track is corrupted for tagging
2022-09-03 13:50:33 +06:00
Demizo
7ae453b81d
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-02 23:23:12 -05:00
Kingkor Roy Tirtho
e206f16723
feat(local-tracks): complete support for local tracks
...
Downloaded tracks are saved with metadata. Only MP3 file metadata support is available in local track player for now
2022-09-03 09:42:41 +06:00
Demizo
a550d21b9a
[Feature] Add Duration Match Algorithm
...
Added duration matching option to track matching algorithms
2022-09-01 21:53:48 -05:00
Kingkor Roy Tirtho
c3bf5119eb
feat(broken): Broken Warning! Initial Local Audio Player
2022-08-30 16:08:01 +06:00
Kingkor Roy Tirtho
4240433e3d
fix(playback): shuffle button sometimes gets stuck and stops working #183
2022-08-26 08:54:25 +06:00
Kingkor Roy Tirtho
55852bd15b
fix: album & playlist card, player view and album view play button logic
2022-08-25 11:22:52 +06:00
Kingkor Roy Tirtho
307a8e21df
fix: dropped flutter_downloader deps due to slow download speed and UserDownloads not showing for anonymous
2022-08-25 09:53:49 +06:00
Kingkor Roy Tirtho
8d77b6900a
feat: add download tab on library
...
Addition of download badge in sidebar and navbar library icon
Fix SpotubeMarqueeText behavior using auto_size_text
2022-08-19 11:53:52 +06:00
Kingkor Roy Tirtho
2818ed5c9d
feat: add web support although nothing works just as expected
2022-08-14 23:03:33 +06:00