Commit Graph

53 Commits

Author SHA1 Message Date
geoffrey45 ceedc22843 add functionality to adjust image position 2023-01-13 18:13:49 +03:00
geoffrey45 905fff04b4 connect favorites data to favorites page
+ detach isSmall and isMedium classes from the v-scroll-page class
+ customize the TopTracks component to be usable with the favorite tracks page
+ add queue methods to play tracks from favorites page
+ handle playing from artist top tracks in parent component
2023-01-13 18:13:49 +03:00
geoffrey45 d250928573 handle favoriting in album page
+ fix fetching artist albums
+ create favoriteHandler composable
2023-01-13 18:13:49 +03:00
geoffrey45 a0cf95024c implement favoriting artists 2023-01-13 18:13:49 +03:00
geoffrey45 4476a8ebe0 add "go to artist" and "go to album artist" context options
+ refactor api endpoints to point to / for production
2023-01-13 18:13:49 +03:00
geoffrey45 c52390117e fix playing from album bug when there's inconsistent discs
~ eg. when there's no disc 1, but there's disc 2, or 3
2023-01-13 18:13:49 +03:00
geoffrey45 c7cc687286 implement track favoriting
update img route
2023-01-13 18:13:49 +03:00
geoffrey45 90dd1a1fe8 add functionality to play button on artist page 2023-01-13 18:13:49 +03:00
geoffrey45 26ab972a8d fix fuzzy search: FuseTrackOptions
+ reduce width required to hide sidebar automatically
+ move ArtistAlbumsFetcher.vue to components folder
+ escape ALT button in keyboard shortcuts
+ use elem.dispatchEvent to toggle page search
2023-01-13 18:13:49 +03:00
geoffrey45 580dce1da9 attach artist page link to ArtistName component
+ separate fetching artist albums with fetching artist info
+ include limit when fetching artist albums
+ refactor interfaces
2023-01-13 18:13:49 +03:00
geoffrey45 075765088f build artist page
+ connect artist page to backend
~ bugs introduced as there are hashing changes in the backend

[will fix later]
2023-01-13 18:13:49 +03:00
geoffrey45 6d8a9f880b refactor interfaces and references 2023-01-13 18:13:49 +03:00
geoffrey45 4a49d48011 show albums from artist at the bottom of album page
+ add a testing genres strip in album page
+ misc refactors
2023-01-13 18:13:49 +03:00
geoffrey45 f3c4f0310a update interfaces to use the updated property names
+ misc changes related to moving to sqlite
2023-01-13 18:13:49 +03:00
geoffrey45 977d9282cb feat: separate discs in album page
+ remove tooltip markup
+ refactor css classnames
2023-01-13 18:13:49 +03:00
geoffrey45 76a77823c8 try virtualList on QueueView 2023-01-13 18:13:49 +03:00
geoffrey45 f5b6791d4b update track interface to follow server updates
+ add search debounce time
2022-09-11 20:37:29 +03:00
Mungai Njoroge 5770a66d67 Implement fuzzy page search using fuse.js (#86) 2022-09-10 10:46:45 -04:00
geoffrey45 824dcaecdf rename setting to "use alt now playing ..."
+ fix right now playing component gap
+ show emoji if there's no search result
+ abstract now playing component settings into one setting
+ break context menu's context item into a component
2022-08-21 04:28:18 +03:00
geoffrey45 0e02347381 remove playlist description from playlist model 2022-08-19 23:40:26 +03:00
geoffrey45 e1c9cfa99b add experimental remove from queue action
+ show albumartist on TrackItem if artists == ""
+ add action to reset playlist page artists to prevent content flashes
+ remove use of defaultTrackItem
2022-08-15 10:25:34 +03:00
geoffrey45 327207f1ab implement show copyright info on album page
+ rewrite server track and album models to use destructuring
2022-08-03 14:47:29 +03:00
geoffrey45 3dcb8ed2ef handle discs in album page 2022-08-02 22:47:19 +03:00
geoffrey45 4b817af4de add folder page banner 2022-07-18 18:22:17 +03:00
geoffrey45 3882317cb6 configure watchdog to accept a list of dirs to watch
- fix PlayingFrom component not working with album
- fix types issues on PlayingFrom component
2022-07-15 15:40:11 +03:00
geoffrey45 e538b0d4d7 rewrite highlight track to use track.uniq_hash instead of trackid 2022-07-10 22:10:09 +03:00
geoffrey45 b318c0d324 calculate playlist duration
- use python's `sum()` method to add durations instead of for loop
2022-07-06 17:38:33 +03:00
geoffrey45 a23b6200eb add colors to album page header
- add colors attribute to the album class
- render color gradient in the album page
2022-07-06 17:38:33 +03:00
geoffrey45 2f78ee3883 fix album search 2022-07-06 17:38:33 +03:00
geoffrey45 26b7cd376d show track number as index in album page 2022-07-06 17:38:33 +03:00
geoffrey45 22ff52e86e use album hash to resolve album page 2022-06-26 19:05:36 +03:00
geoffrey45 3eaab97f1f replace background image with svg
- add symlink svg
- fix validate playlist thumbnails
2022-06-23 12:32:07 +03:00
geoffrey45 3cf44759b5 process albums seperate from tracks
- break populate function into 2
2022-06-19 14:45:25 +03:00
geoffrey45 92e2420174 rewrite some fetch methods to use the useAxios hook 2022-06-16 14:18:45 +03:00
geoffrey45 c1834778f1 add "single" label if album is a single 2022-06-09 12:52:14 +03:00
geoffrey45 14364a1257 reserve entered paths on navigating back
- retain the list of entered folders on going up the directory tree. 😹
2022-06-08 15:54:51 +03:00
geoffrey45 e75ac3e394 add is_soundtrack and is_compilation flags to album objects 2022-06-07 16:47:44 +03:00
Mungai Geoffrey 824d3c6a86 use scandir to read dir content on file explorer (#64) 2022-06-07 11:26:55 +03:00
geoffrey45 47eb5b49cd break down foldername into subpaths 2022-05-26 23:59:47 +03:00
geoffrey45 bee37742c3 implement play next and add to Queue 2022-05-10 08:24:08 +03:00
geoffrey45 d98cc0547e Save complete tracks and albums to the db for faster startup
- refactor function locations
- add logger
- check for new tracks instead of re-processing all files
2022-04-21 10:16:45 +03:00
Mungai Geoffrey ef68cae625 Use gunicorn instead of Werkzeug and 32 more very minor changes (#35) 2022-04-21 03:29:42 +03:00
geoffrey45 85c59b4cba Integrate nav
- other minor refactors
2022-04-14 11:30:19 +03:00
geoffrey45 6cd982c8ee 🔷 some refactors 2022-04-08 06:48:39 +03:00
geoffrey45 6cf9a58d6d 🔷 add PlayingFrom component to right sidebar
🔷 move upNext card into separate component
🔷 a lot of refactors
2022-04-03 21:47:57 +03:00
geoffrey45 dbb27734fe major refactors
- add album page store
- show loaders in beforeEnter guards
- show bitrate on now playing card
- etc
2022-04-03 01:03:32 +03:00
geoffrey45 69b691284d [client] add playlists and playlist page 2022-03-29 00:35:39 +03:00
geoffrey45 e4640d9985 [client] minor refactors 2022-03-27 18:22:35 +03:00
geoffrey45 b7f34e1677 introduce .context-many-kids class 2022-03-26 12:39:26 +03:00
geoffrey45 e2544dbbdc try adding playlists list to context menu - unsuccsessfully 2022-03-25 20:51:22 +03:00