919 Commits

Author SHA1 Message Date
mungai-njoroge
a007b6e1b7 rewrite get favorites to return playable data for cards 2023-12-03 23:30:03 +03:00
mungai-njoroge
ddfa7f1b03 add methods to get recently played items 2023-12-03 20:35:13 +03:00
mungai-njoroge
5a420214f2 fix playlist last update
+ create a recently added playlist on get api
2023-12-03 12:56:56 +03:00
mungai-njoroge
9dff629e1f add tracks_only param to get folder tracks 2023-12-02 11:11:24 +03:00
mungai-njoroge
b03e721ee5 add routes for getting recently added items 2023-12-02 01:59:03 +03:00
mungai-njoroge
7749b4fc3c set up track logging
+ install flask restful
2023-12-01 10:55:07 +03:00
mungai-njoroge
8b40792ba0 try: fix workflow build step hanging v1.4.2 2023-11-26 20:21:52 +03:00
mungai-njoroge
ae70032297 update changelog 2023-11-26 20:16:10 +03:00
mungai-njoroge
d069c3bbf3 fix late start 2023-11-26 20:15:24 +03:00
mungai-njoroge
c0a5dc3d27 revert release.yml 2023-11-25 13:14:16 +03:00
mungai-njoroge
eacad79ad2 update release yml v1.4.1 2023-11-25 12:02:27 +03:00
mungai-njoroge
38650a1a7e Refactor file: taglib.py and utils/parsers.py
Add dataclass and pathlib imports in taglib.py

Add clean_filename, ParseData, and extract_artist_title functions in
taglib.py

Modify get_tags function in taglib.py to use extract_artist_title
function

Modify LyricsProvider class in lyrics.py to add timeout parameter in
session.get

Remove parse_artist_from_filename and parse_title_from_filename
functions in utils/parsers.py

Add split_artists function in utils/parsers.py

Remove parse_artist_from_filename and parse_title_from_filename
functions in utils/parsers.py

Add remove_prod function in utils/parsers.py

Refactor code and improve code readability
2023-11-22 15:44:31 +03:00
Mungai Njoroge
52173d4c7e
Release v1.4.0 #157
Lyrics Support
v1.4.0
2023-11-14 03:36:00 -08:00
mungai-njoroge
569f86d76c update release yml 2023-11-14 14:31:10 +03:00
mungai-njoroge
b911224775 update readme app version 2023-11-14 14:07:25 +03:00
mungai-njoroge
49fcb349bd remove traces of telemetry configs and update changelog.md 2023-11-14 13:59:26 +03:00
mungai-njoroge
cad0651f5e fix: safari compression bug (untested) 2023-11-14 13:03:57 +03:00
mungai-njoroge
1d71ba856b use all flag to check drives 2023-11-14 12:54:28 +03:00
mungai-njoroge
5f1bb28f5d remove telemetry from migrations 2023-11-10 16:27:16 +03:00
mungai-njoroge
8b6d10c832 remove telemetry
+ add docstrings to lyrics functions
2023-11-10 16:18:52 +03:00
mungai-njoroge
89b05ff80c handle new env vars during build
+ misc
2023-11-08 00:07:55 +03:00
mungai-njoroge
de5b2a53b1 try catch breaking parts of lyrics plugin 2023-11-07 01:41:06 +03:00
mungai-njoroge
836bbe4dc5 Fix error codes for missing album and lyrics 2023-11-03 17:17:10 +03:00
mungai-njoroge
72947203fa set up plugins 2023-11-03 16:15:21 +03:00
mungai-njoroge
a3281300d0 support lyrics from tags 2023-11-02 20:57:59 +03:00
mungai-njoroge
9c0d4e91de add script to build binary localy 2023-11-01 23:48:56 +03:00
mungai-njoroge
2321288be0 add methods to open lyric files
+ add api endpoints to check and get lyrics
2023-10-30 17:44:24 +03:00
mungai-njoroge
be1bb03e35 revert dockerfile 2023-10-29 13:47:34 +03:00
mungai-njoroge
5fb465c921 add lyrics route and methods 2023-10-29 13:47:03 +03:00
mungai-njoroge
123dd1eca7 try to fix dockerfile 2023-10-29 12:41:14 +03:00
mungai-njoroge
cd3352e66c comment out compression code 2023-10-29 12:29:58 +03:00
mungai-njoroge
4a83fbcf2b add linux/arm64 to release workflow 2023-10-28 20:30:12 +03:00
mungai-njoroge
0892bb246c Merge branch 'master' of github.com:swing-opensource/swingmusic 2023-10-24 08:00:03 +03:00
mungai-njoroge
36a0cca5b4 add readme to image 2023-10-24 07:59:58 +03:00
Mungai Njoroge
df5d6c40ea
Update README.md 2023-10-22 09:06:35 +03:00
mungai-njoroge
e49595b189 update changelog v1.3.1 2023-10-21 20:22:57 +03:00
mungai-njoroge
a849e12be3 update workflow 2023-10-21 20:19:44 +03:00
mungai-njoroge
80a467098f revert to jpg artist images 2023-10-21 20:14:13 +03:00
mungai-njoroge
f3faea610e fix: ValueError: Decompressed Data Too Large 2023-10-21 19:32:35 +03:00
mungai-njoroge
574ccf9fea add print on taglib.py, line 60 2023-10-19 11:52:18 +03:00
mungai-njoroge
92841a8f76 update pr template 2023-10-18 11:51:43 +03:00
mungai-njoroge
f906b0ed6e update readme 2023-10-16 22:30:46 +03:00
Mungai Njoroge
24317effff
Update README.md 2023-10-14 20:48:49 +03:00
Mungai Njoroge
83de1074ef
Update README.md 2023-10-14 20:43:53 +03:00
Mungai Njoroge
8d5e939cff
Update README.md 2023-10-14 20:32:03 +03:00
mungai-njoroge
c5f42360f7 update readme and changelog file 2023-10-14 20:28:01 +03:00
mungai-njoroge
11b12efa39 update workflow v1.3.0 2023-10-14 01:57:04 +03:00
mungai-njoroge
0a7016ba75 use dynamic workflow name 2023-10-14 01:44:11 +03:00
mungai-njoroge
8d7abda646 final workflow update of the day 2023-10-14 01:40:53 +03:00
mungai-njoroge
72a531cbfc update workflow 2023-10-14 01:28:26 +03:00