Commit Graph
100 Commits
Author SHA1 Message Date
geoffrey45 8b553dfa41 add screenshots readme 2023-02-19 20:33:27 +03:00
geoffrey45 c06e891718 update readme 2023-02-19 19:59:47 +03:00
geoffrey45 df11bf93cd fix typo 2023-02-19 19:45:53 +03:00
geoffrey45 fafd8723b9 Merge remote-tracking branch 'origin/master' 2023-02-19 19:45:19 +03:00
geoffrey45 e700fcd724 add screenshots 2023-02-19 19:44:05 +03:00
geoffrey45 352271706d docs: show how to stream to LAN 2023-02-18 09:19:07 +03:00
geoffrey45 fb294bf436 update readme 2023-02-17 20:44:21 +03:00
geoffrey45 146ea4ab4d remove print 2023-02-17 18:36:53 +03:00
geoffrey45 509c22c736 add utility to remove prod names from track titles
+ move code to handle args and print startup info to other files
+ update app version number
2023-02-17 18:25:32 +03:00
geoffrey45 29e766b60a update readme 2023-02-15 17:45:48 +03:00
geoffrey45 1c03e67c5f Merge branch 'custom-root-dirs' 2023-02-15 17:38:22 +03:00
geoffrey45 5cec16b5c1 add comment 2023-02-15 17:26:26 +03:00
geoffrey45 728f4b8649 fix: prevent duplicate favorite items 2023-02-13 08:59:24 +03:00
geoffrey45 6b1cac3892 add comment to config 2023-02-12 23:54:28 +03:00
geoffrey45 9cb8d372ec remove unused files 2023-02-12 23:40:33 +03:00
geoffrey45 a01501b946 fix: duplicate migration version entries on each startup 2023-02-12 23:36:08 +03:00
geoffrey45 b77b1747f1 feat: add migration to move old files to xdg directory
+ add db column for migration version
+ handle pre-init migrations
+ handle post-init migration
2023-02-12 03:22:21 +03:00
geoffrey45 97e29c3254 feat: add album dates to artist albums 2023-02-09 21:15:07 +03:00
geoffrey45 1be60f73e4 write sample migration structure 2023-02-07 23:48:59 +03:00
geoffrey45 0b0ff4218a add "super hits" to compilation album trigger words 2023-02-07 21:27:55 +03:00
geoffrey45 c098025f0e feat: support ";" as genre separator 2023-02-07 15:29:21 +03:00
geoffrey45 7335882365 add "live in" to live album check strings 2023-02-07 14:19:32 +03:00
geoffrey45 7675c0e5c9 feat: check if album is a concert 2023-02-07 12:50:50 +03:00
geoffrey45 bf0073fcf8 feat: mark albums that contain "best of", "greatest hits", "#1 hits", "number ones" as compilations 2023-02-07 12:40:17 +03:00
geoffrey45 9754c1a522 feat: mark albums that start with "the essential" as compilations 2023-02-07 12:31:00 +03:00
geoffrey45 b1ac3e9a07 check todo at api/folder.py line:60
~ everything seems to work fine in Windows too
+ move ProcessArtistColors to Populate
2023-02-03 23:13:40 +03:00
geoffrey45 7b9f5fdb13 fix: disable flask debug
remove and revoke last fm api key
2023-02-01 21:03:30 +03:00
geoffrey45 9d288db2de refactor: LASTFM_API_KEY -> NOT_LASTFM_API_KEY 🤫 2023-02-01 17:55:30 +03:00
geoffrey45 43732ba380 fix: artist and album colors not being assigned when root dir is changed 2023-02-01 16:04:33 +03:00
geoffrey45 7640f2cc1a add TODO: Move parsing title, album and artist to startup. 2023-02-01 14:48:23 +03:00
geoffrey45 838e19cf0f fix: errors raised by Pycharm 2023-02-01 14:00:21 +03:00
geoffrey45 95c1524b68 feat: add --no-feat flag to disable extracting featured artists
+ support square brackets when extracting featured artists
+ remove feat artists from track title
+ fix dir browser for linux
2023-02-01 13:34:53 +03:00
geoffrey45 7e15680f26 update supported audio files in settings.py
+ add win_replace_slash function to format win path strings
+ misc
2023-01-30 15:59:28 +03:00
geoffrey45 93a04ba041 remove migrations folder from build assets 2023-01-25 15:28:54 +03:00
geoffrey45 6818f9b0e8 handle watchdog's file created event using the on_modified
handler

+ move processing thumbnails and album colors to the populate class
+ move processing artist colors behind the populate call in run_periodic_checks
2023-01-25 13:43:09 +03:00
geoffrey45 5b71b95d66 prevent different cased featured artist names.
remove "/" as artist separator
2023-01-25 09:41:07 +03:00
geoffrey45 af4221e0c7 feat: exit the Populate function when another one is started
+ add test for the extract_fetured_artists_from_title function
2023-01-24 22:40:19 +03:00
geoffrey45 2ba1b0386e feat: extract featured artists from track title 2023-01-24 18:53:30 +03:00
geoffrey45 df6609e7f4 feat: support watching symlinks in watchdogg.py
+ remove code for auto-adding ~/Home to root_dirs during populate
2023-01-24 16:30:17 +03:00
geoffrey45 29e61b31c3 fix: remove favorite tracks whose values are None when getting favs
+ sync is_fav state when populating
2023-01-24 02:10:58 +03:00
geoffrey45 22fa3eef40 handle watching ~/ dir
+ fix bug that caused duplicate album colors in db
2023-01-23 17:10:05 +03:00
geoffrey45 d676459b9a feat: if no root dir is set, try ~/Music
if there's music in there, add it as a root dir
2023-01-23 10:19:21 +03:00
geoffrey45 bcc4873766 handle XDG_CONFIG_HOME specification ...
+ fix bug that caused duplicate artist color entries to db
+ check if app is windows (prep for windows build)
+ remove caribou migrations lib
+ rename all api blueprints to "api"
+ unregister child directories when customizing root dirs
+ misc
2023-01-22 23:57:12 +03:00
geoffrey45 4e6e1f03dc move imgserver to app/api folder
+ add sqlite methods to configure custom root directories
+ add sqlite.settings module
+ remove date and app name from logger messages
+ add api route to browse directories
2023-01-21 18:07:20 +03:00
geoffrey45 3dc9bc1f15 print local and remote app urls when app host is set to "0.0.0.0"
+ update app version in settings.py
2023-01-20 22:21:40 +03:00
Mungai NjorogeandGitHub 6cd3b99f47 Update README.md 2023-01-16 15:55:20 +03:00
geoffrey45 5dad45f188 update readme 2023-01-16 08:32:47 +03:00
geoffrey45 394f624afb update readme 2023-01-16 08:12:08 +03:00
geoffrey45 b16db22798 update readme 2023-01-15 22:33:20 +03:00
geoffrey45 ccb0192693 update readme 2023-01-15 19:14:31 +03:00
geoffrey45 b404933f89 modify last updated date of a playlist on track added 2023-01-13 20:58:10 +03:00
Mungai NjorogeandGitHub 198957bcae Move server code to this repo (#95)
move server code to this repo
2023-01-13 20:01:52 +03:00
geoffrey45 dd257e919d fix coderefactor bot raised issues 2023-01-13 18:13:49 +03:00
geoffrey45 6e8a9be06a update readme 2023-01-13 18:13:49 +03:00
geoffrey45 d60acaa9ef add playlist store method to reset banner position 2023-01-13 18:13:49 +03:00
geoffrey45 ceedc22843 add functionality to adjust image position 2023-01-13 18:13:49 +03:00
geoffrey45 4d4a276ed8 add license file 2023-01-13 18:13:49 +03:00
geoffrey45 3b8c72cdf2 update "alice" references to "swing" 2023-01-13 18:13:49 +03:00
geoffrey45 22da349948 add repeat functionality
+ add "play next" context menu svg icon
+ handle focusing current track in sidebar queue on component mounted
2023-01-13 18:13:49 +03:00
geoffrey45 f8f3f7317e add favorite button to TrackItem component
+ show playing folder name in queue page
+ add no_emit prop to heartSvg component
2023-01-13 18:13:49 +03:00
geoffrey45 d56db5e6c1 add delete playlist modal 2023-01-13 18:13:49 +03:00
geoffrey45 bd38c0e7a2 redesign sidebar search load more buttons to match search page 2023-01-13 18:13:49 +03:00
geoffrey45 532d0efabe fix scrolling issue in sidebar search components 2023-01-13 18:13:49 +03:00
geoffrey45 6095c9fa8f fix: bottom bar fav button bug
~ bug caused by toggling and untoggling the fav state
2023-01-13 18:13:49 +03:00
geoffrey45 0f0f0e0762 fix: scrollbar excess padding on firefox for .content-page 2023-01-13 18:13:49 +03:00
geoffrey45 3e4a8dd7dc + implement fav heart button in bottom bar
+ handle favoriting a song that's already in queue from another source
2023-01-13 18:13:49 +03:00
geoffrey45 6d84283efd add a default action to a setting: for text click 2023-01-13 18:13:49 +03:00
geoffrey45 c1fb05e2a0 fix layout shift caused by scrollbar
+ append search query to url (to support reload)
+ fix right sidebar search tabs bug
+ redesign the load more button on the search page
2023-01-13 18:13:49 +03:00
geoffrey45 68f990aada search tracks page scroll to top on search
+ add composable to wait for scroll
2023-01-13 18:13:49 +03:00
geoffrey45 3d37cd59b3 feat: auto load more search track results 2023-01-13 18:13:49 +03:00
geoffrey45 1d03b21caf rewrite tracks page of the search view 2023-01-13 18:13:49 +03:00
geoffrey45 a8dc816d0b refactor simple nav componnents
+ add nav for favorite artists
2023-01-13 18:13:49 +03:00
geoffrey45 688e7d8282 refactor the "SEE ALL" button into a component 2023-01-13 18:13:49 +03:00
geoffrey45 070dc92733 join all favorites page request into one 2023-01-13 18:13:49 +03:00
geoffrey45 22d5f6e896 add all favorite tracks page 2023-01-13 18:13:49 +03:00
geoffrey45 108182ab01 extract queue songlist into a reusable component
~ getting ready to implement "see all" in favorite page
2023-01-13 18:13:49 +03:00
geoffrey45 b95603c51e fix scrollbar bug in chrome
+ change build outdir to alice-core/client folder
2023-01-13 18:13:49 +03:00
geoffrey45 0b1ac6c02f setup config to dynamically load base api url based
on the app running mode
2023-01-13 18:13:49 +03:00
geoffrey45 31312d1754 fix heart button reactivity on songitem 2023-01-13 18:13:49 +03:00
geoffrey45 9709a62fea add favorite albums page 2023-01-13 18:13:49 +03:00
geoffrey45 782bae52e5 fix play from album (agaiiiiin!) 2023-01-13 18:13:49 +03:00
geoffrey45 4d08ebedb6 fix artist and album page is_favorite reactivity
+ remove nav components for playlist and album page
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 62fb70d26c fix play from album page
+ setup favorites page
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 f7a054d569 add "add to favorite" buttons to artist and album page headers
+ fix album page play buttton
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 7f0fe88c43 implement artist tracks page 2023-01-13 18:13:49 +03:00
geoffrey45 58d4317ab8 move master flag into component 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 35a8446f8b setup artist discography page 2023-01-13 18:13:49 +03:00
geoffrey45 fd863d188c remove remaining traces of hard coded Routes enum
+ fix play from album card
2023-01-13 18:13:49 +03:00
geoffrey45 7f344b51db move the Routes enum to router/routes.ts
+ fix context menu not being normalized
+ fix nav bar padding-right on no sidebar
2023-01-13 18:13:49 +03:00
geoffrey45 cb51107ffd reduce modal max-width 2023-01-13 18:13:49 +03:00
geoffrey45 97db706186 redesign toast notifications 2023-01-13 18:13:49 +03:00
geoffrey45 11951e396a set album color as img hover bg 2023-01-13 18:13:49 +03:00
geoffrey45 92172fe1c0 hide SEE ALL button when albums are few
+ remove album color from album card bg
2023-01-13 18:13:49 +03:00
geoffrey45 5ebfd4df7f implement play from album card 2023-01-13 18:13:49 +03:00