Commit Graph

215 Commits

Author SHA1 Message Date
0be0e8370e Finished implementing "Create folder structure for singles"
Now the app saves the cover in the folder and uses the album track 
template for naming
2020-05-13 20:40:08 +02:00
3c120251c1 Merge branch 'master' of lollilol/deemix into master 2020-05-13 18:07:38 +00:00
193ea76926 removed unused import in downloader.py 2020-05-13 18:14:01 +02:00
bce44f3358 added some things in todo section 2020-05-13 16:48:21 +02:00
6064446b0b add updater in readme 2020-05-13 16:46:01 +02:00
722087ce30 changed it again so it's actually a GET request but it doesn't download the track 2020-05-13 16:01:26 +02:00
2199e4913c changed GET request in getPreferredBitrate to HEAD request
this prevents it from downloading the same track twice, should give a nice speed boost
2020-05-13 15:53:36 +02:00
91d0b63b58 Merge branch 'master' of nsempsrott/deemix into master 2020-05-13 01:00:57 +00:00
74784085e4 formatting 2020-05-12 23:34:07 +00:00
b13caa1d77 add Mac script instructions 2020-05-12 23:33:04 +00:00
553baf7708 fixed charts tab style, improved tracklist tab style, minor changes 2020-05-12 20:42:01 +02:00
2452213f0e Merge branch 'master' of lollilol/deemix into master 2020-05-12 16:04:15 +00:00
6d87c6f72c new port in readme 2020-05-12 17:48:08 +02:00
4d4132286b reverted change from selectedFormat to errorNum in downloadTrackObj 2020-05-11 08:51:39 +02:00
9cfb5bbd43 cleaned up getPreferredBitrate function 2020-05-11 08:48:45 +02:00
c21e5ffe27 Moved clean search query outside the class 2020-05-10 14:50:36 +02:00
92f2687386 Added filter for characters that can cause issues while searching 2020-05-10 14:32:09 +02:00
d4e571bd09 Added more artists options in the name template
%artists% is now a comma separated list of artists
%mainartists% is a comma and "&" separated list of artists
%featartists% is like main aritsts but for featured artists
2020-05-10 11:33:46 +02:00
c1b5636a4f Added placeholder in search tab 2020-05-09 17:32:59 +02:00
ccef133d58 Added login warning in home tab if user is not logged in 2020-05-09 14:45:28 +02:00
8136a2259a Merge branch 'master' of JhonnyMnemonic320/deemix into master 2020-05-09 12:26:27 +00:00
cb97984701 Removed top tracks, artist and albums from home tab 2020-05-09 14:25:24 +02:00
0cd9f8e076 Update 'deemix/utils/taggers.py'
Fix for Mp3 cover art not showing up in macos Catalina default music app.

Credit: u/hpycndl on reddit
2020-05-09 12:06:33 +00:00
ef1a69a332 Updated README.md to-do list 2020-05-09 13:47:42 +02:00
e7daffc18b re-added bundle.js to fix the running instructions in the README 2020-05-09 11:12:48 +02:00
e07695047f Added logging system using python logging library 2020-05-08 18:06:43 +02:00
3925a8d2fb Updated gitignore 2020-05-08 18:05:50 +02:00
8ee7401e7d added package.json, added rollup dependency to bundle js files 2020-05-07 21:34:28 +02:00
97b2aac642 actually fixed .arl bug with newlines 2020-05-07 16:57:23 +02:00
231fcc4643 fixed bug if .arl file has newline 2020-05-07 16:48:57 +02:00
b16dd746a4 clarified the running instructions a little bit more 2020-05-07 02:47:20 +02:00
b0d92c4b54 clarified the running instructions, replaced pip with "python3 -m pip", added --user argument 2020-05-07 02:41:49 +02:00
d351343b44 patched utf8 for python3 2020-05-06 13:07:27 +02:00
7305d5fd64 added traceback for singles and fixed utf8 chars 2020-05-06 12:56:44 +02:00
b7601f282d Fixed out of memory issue when downloading large playlists 2020-05-06 12:06:56 +02:00
92e9a3fc6e Added support for private deezer playlists 2020-05-05 19:45:35 +02:00
1834754431 Updated readme.md 2020-05-05 15:42:02 +02:00
4c70e2a1bd Exclude year if date is saved on flac files 2020-05-05 15:10:48 +02:00
388ea1e8a1 Added spotify playlists in the playlist tab 2020-05-05 15:08:04 +02:00
c4d0ae6f68 Implemented Favorites tab 2020-05-05 12:55:06 +02:00
15007e9c28 added server-wide ARL
gets enabled only if --serverwide-arl is in the server arguments
2020-05-05 10:27:48 +02:00
84bbfbb300 changed bitrate check to check for 403 error instead of content-length 2020-05-04 20:06:23 +02:00
38e8b8f7a4 Added missing shebang 2020-05-04 18:23:09 +02:00
b0edb597c3 Added icon 2020-05-04 17:33:43 +02:00
0e354144ef Removed filesize as it's useless now
Fixed title whitespace and version repetition
2020-05-04 17:11:29 +02:00
203f0c9b7e ugly fix for deezer patching their API 2020-05-04 16:36:49 +02:00
5cffc597fe Implemented reset settings and added missing options
Tags selection not added yet
2020-05-03 16:21:37 +02:00
6b8650c9af Implemented barebones charts tab 2020-05-03 15:52:42 +02:00
a940dbab01 Fixed replay gain issue 2020-05-03 10:34:25 +02:00
9ac168ab9c cleaned up formatDate function 2020-05-02 23:42:27 +02:00