Commit Graph

  • 6de87fafa9 Updated PyPi to 1.2.8 RemixDev 2020-08-22 13:36:00 +0200
  • 2dab230a73 Added direct testing fallback for getPreferredBitrate RemixDev 2020-08-22 13:35:24 +0200
  • b6eff13349 Fixed QueueError for single item RemixDev 2020-08-22 10:22:29 +0200
  • 3aee9f6725 Updated PyPi to 1.2.7 RemixDev 2020-08-21 14:47:03 +0200
  • 395ccc2e30 Added option to skip already downloaded tracks with different extension This adds #21 RemixDev 2020-08-21 14:46:34 +0200
  • 240c133d57 Added back option to save PNGs as embedded artwork RemixDev 2020-08-21 14:40:36 +0200
  • 56ebc0aa0f Fixed utf-8 logging on Windows RemixDev 2020-08-21 12:48:32 +0200
  • 00885ae674 It's now possible to cancel spotify playlist conversion RemixDev 2020-08-19 17:16:39 +0200
  • 2a662928f9 Polished some code RemixDev 2020-08-18 15:13:32 +0200
  • 143d3f7dfd Merge pull request 'fix saveSettings not defined' (#26) from Phie/deemix:fix-saveSettings-not-defined into main RemixDev 2020-08-18 13:29:49 +0200
  • 26a7a47b62 fix saveSettings not defined Phie 2020-08-18 13:24:16 +0200
  • 18138b0216 Updated PyPi to 1.2.5 RemixDev 2020-08-17 22:46:56 +0200
  • e351803a81 Fixed saving extrasPath RemixDev 2020-08-17 17:46:21 +0200
  • 805dafd510 Fixed download bug for artists and multiple links RemixDev 2020-08-17 11:05:29 +0200
  • b825f00a35 Added download path to logfile RemixDev 2020-08-17 11:04:35 +0200
  • fa303a8c20 Updated PyPi to 1.2.3 RemixDev 2020-08-17 00:49:00 +0200
  • b2b7c450d4 Fixed removeFinishedDownloads RemixDev 2020-08-17 00:33:13 +0200
  • cae72c51fd Updated PyPi to 1.2.2 RemixDev 2020-08-16 21:06:46 +0200
  • 830c76ff1c Fixed name 'queueItem' is not defined RemixDev 2020-08-16 19:09:32 +0200
  • 032845f394 Fixed "name 'generateQueueItem' is not defined" This fixes #23 RemixDev 2020-08-16 18:10:32 +0200
  • 808af1c01f Updated PyPi to 1.2.1 RemixDev 2020-08-16 14:02:10 +0200
  • fee1a37591 fixed cli not working while using 'deemix' from pip RemixDev 2020-08-16 14:01:25 +0200
  • 1c08564874 Fixed settings not defined RemixDev 2020-08-16 13:58:14 +0200
  • af06d963da Fixed track download without lyrics RemixDev 2020-08-16 13:25:25 +0200
  • c067ff598e Removed MANIFEST.in as is not needed anymore RemixDev 2020-08-16 12:51:57 +0200
  • 846a35cd20 Merge pull request 'Refactored code to be Object Oriented where possible' (#22) from dev into main RemixDev 2020-08-16 12:37:25 +0200
  • e8357cf5e1 Fixed issues with spotify playlist and the queue manager RemixDev 2020-08-16 12:29:51 +0200
  • d4bcc728f4 Moved features from pyweb to the library Also fixed some errors RemixDev 2020-08-16 10:41:18 +0200
  • 7088bff58d Fixed "Fixed check for corrupted FLACs" RemixDev 2020-08-15 23:43:39 +0200
  • a3e9cdeca1 Cleaned up afterDownload functions RemixDev 2020-08-15 23:36:32 +0200
  • 560fc70052 Fixed check for corrupted FLACs RemixDev 2020-08-15 23:12:26 +0200
  • 34263c150f Made the refactoring work RemixDev 2020-08-15 23:03:05 +0200
  • 4cfdc4872d Done more code rework RemixDev 2020-08-15 21:34:10 +0200
  • 7a536caf1c More code reworking RemixDev 2020-08-15 15:49:45 +0200
  • 243cf3dfa6 Continued code reworking RemixDev 2020-08-14 22:28:26 +0200
  • c611420bd9 Started refactoring queuemanager as a class RemixDev 2020-08-14 21:27:50 +0200
  • 8afdfc7042 Started reworking the library RemixDev 2020-08-14 20:31:37 +0200
  • a991ad04ec Moved spotify conversion outside creating queue item RemixDev 2020-08-14 19:50:37 +0200
  • 3f8d4d5ae9 Moved local outside of settings RemixDev 2020-08-14 18:14:08 +0200
  • 42842b07b8 Remove duplicate releases when getting artist discography RemixDev 2020-08-11 22:30:07 +0200
  • d22f55c279 Fixed track['album']['mainArtist']['save'] error 'save' wansn't setted when falling back to gw API RemixDev 2020-08-05 15:18:23 +0200
  • f326617afa Updated PyPi to 1.1.29 RemixDev 2020-08-04 16:01:56 +0200
  • e9871629cf Added support for artist's top tracks and discography RemixDev 2020-08-04 16:01:23 +0200
  • d856a08b90 Fixed More album display RemixDev 2020-08-04 16:00:52 +0200
  • c0ba5316cc Added get_artist_discography_gw RemixDev 2020-08-04 14:42:02 +0200
  • 41f1e44a6f Remove whitespace from arl and Spotify clientID and clientSecret RemixDev 2020-07-31 14:09:14 +0200
  • ffb803cf3c Fixed playlist cover downloading and spotify playlist size This fixes #8 again RemixDev 2020-07-30 19:37:10 +0200
  • c65b85631b Added 'b' option for overwriteFile It will keep both files and add a number at the end of the filename RemixDev 2020-07-30 19:23:54 +0200
  • f91e7fe943 Made singleAlbumArtist and albumVariousArtists work together RemixDev 2020-07-30 19:09:29 +0200
  • e9418c8433 Fixed download of spotify playlists with null tracks This fixes #8 RemixDev 2020-07-30 18:46:34 +0200
  • 7409fce337 Updated PyPi to 1.1.23 RemixDev 2020-07-29 12:25:21 +0200
  • 60c16571e3 Made cli not use queue as it's sequential anyway RemixDev 2020-07-29 12:18:22 +0200
  • 613c1aebd3 Simplified changeCase function RemixDev 2020-07-29 12:03:03 +0200
  • 73358d1c22 Modified fixLongName to work bytewise This fixes #6 RemixDev 2020-07-29 11:32:25 +0200
  • b450929553 Fallback corrupted FLAC files This adds #3 RemixDev 2020-07-29 01:00:16 +0200
  • 0ad552ef2d Updated PyPi to 1.1.21 RemixDev 2020-07-25 23:50:39 +0200
  • 04827898b0 Merge pull request 'bug: change variable to actually defined one and remove non-existent method call' (#4) from lexicallychallenged/deemix:fix-formats360 into main RemixDev 2020-07-25 20:11:15 +0200
  • 93ec5383e8 bug: change variable to actually defined one and remove non-existent method call lexicallychallenged 2020-07-25 18:08:53 +0000
  • 5163685216 Updated PyPi to 1.1.20 RemixDev 2020-07-24 20:03:08 +0200
  • a85396600a rewrote getPreferredBitrate function using mobile API workaround uh_wot 2020-07-24 16:21:24 +0200
  • ec38923701 Added better workaround for #2 RemixDev 2020-07-24 11:28:42 +0200
  • f3b36b3ea3 Fixed issue where main artist was not saved RemixDev 2020-07-23 21:14:17 +0200
  • 10002f3a78 Updated PyPi to 1.1.15 RemixDev 2020-07-23 16:42:47 +0200
  • eaf0ecd086 Added 'errid' for queueManager as well RemixDev 2020-07-23 16:41:11 +0200
  • 4d82b385db Updated PyPi to 1.1.14 RemixDev 2020-07-23 16:17:03 +0200
  • e98b9c084a Fixed all track tagged as compilation if setting is enabled This fixes #1 RemixDev 2020-07-23 16:16:40 +0200
  • 527a712cbc Added check for feat artists inside main artists array This fixed #2 RemixDev 2020-07-23 16:11:00 +0200
  • 267b7e4fa8 Made 'errid' available on the queueItem as well RemixDev 2020-07-23 16:01:58 +0200
  • aa70a8b45f Updated PyPi to 1.1.13 RemixDev 2020-07-23 15:20:52 +0200
  • 8734e01b0f Added 'errid' for translations RemixDev 2020-07-23 15:18:57 +0200
  • fc0d781219 Fixed track download through ISRC RemixDev 2020-07-23 15:10:18 +0200
  • d265514ba0 Changed URL in setup.py RemixDev 2020-07-20 18:50:11 +0200
  • 4c79c3cc25 Updated pypi to 1.1.12 RemixDev 2020-07-19 08:29:44 +0200
  • 6a7847170e re-added playlist cover download RemixDev 2020-07-19 08:25:58 +0200
  • 5734aa73c1 Merge branch 'master' of Dummyc0m/deemix into master RemixDev 2020-07-19 06:24:49 +0000
  • ab66cb60e6 Fixed invalid literal when downloading playlist Dummyc0m 2020-07-18 18:34:17 -0400
  • 3d0f27b107 Fixed error when downloading single tracks RemixDev 2020-07-18 19:15:41 +0200
  • ccce111a85 Updated pypi to 1.1.10 RemixDev 2020-07-18 18:22:18 +0200
  • 2dfedcb18f Replaced PNGcovers with localArtworkFormat Forced embedded artwork to jpg as png artwork is buggy localArtworkFormat is a comma separated list of the local cover formats you want RemixDev 2020-07-18 18:01:18 +0200
  • 492b1dbc23 Renamed multitagSeparator to multiArtistSeparator as it only affects artists Added singleAlbumArtist that saves only the main artist in the albumartist field RemixDev 2020-07-18 17:28:51 +0200
  • bc59fb8906 Added %allartists% variable for track template RemixDev 2020-07-18 17:26:55 +0200
  • 6cf890f7cd downloaded updateQueue now contains downloadPath as well RemixDev 2020-07-15 10:04:24 +0200
  • aa68190caa Fixed case change with words with less than 1 char This fixes #21 RemixDev 2020-07-13 12:54:45 +0200
  • 22ffac188b Added workaround for deezer api cap of 255 tracks This fixes #52 RemixDev 2020-07-13 12:41:40 +0200
  • 73304e06c5 Fixed #56 RemixDev 2020-07-13 12:14:40 +0200
  • d8fdc8344f Force using Spotipy with a version higher than 2.11.0 This fixes the "No module named spotipy.exceptions" error RemixDev 2020-07-07 08:20:47 +0200
  • 309ac9bd13 Removed get_track_md5 as it doesn't work anymore RemixDev 2020-07-02 21:57:02 +0200
  • e51576ab2f Fixed support with local uploaded tracks RemixDev 2020-07-02 16:49:17 +0200
  • 565b205262 Added logging to files logs are located in the logs folder inside deemix config folder RemixDev 2020-07-01 16:33:47 +0200
  • e5dd2bb4f0 Added exceptions for wrong URLs RemixDev 2020-06-29 13:58:06 +0200
  • d628eb39e3 Upaded PyPi to 1.1.0 RemixDev 2020-06-26 12:24:36 +0200
  • f72fe5ceee Added exceptions for wrong URLs and added support for UPC and ISRC URLs RemixDev 2020-06-26 12:20:48 +0200
  • e478e5b031 Added playlist cover download, even when not saved as compilation Added %explicit% to playlist folder template This fixes #41 RemixDev 2020-06-23 00:27:43 +0200
  • f47f4b4979 Changed unknown playlist date from ???? to XXXX to fix errors on Windows RemixDev 2020-06-22 23:24:42 +0200
  • ffeb9d2ace Fixed some issues with downloading multiple tracks at once RemixDev 2020-06-19 20:14:20 +0200
  • dd45835039 Divide and manage multiple download links directly in the library RemixDev 2020-06-19 11:08:07 +0200
  • c8875483bc Added check if 'code' is in error obj RemixDev 2020-06-18 17:03:16 +0200
  • 2cce36f82d Changed ID3 length tag from seconds to milliseconds RemixDev 2020-06-14 21:15:32 +0200
  • aac20fbc02 Updated PyPi 1.0.20 RemixDev 2020-06-13 11:13:19 +0200
  • e74a022a5f Changed default id3 separator from ' / ' to '/' RemixDev 2020-06-13 10:45:35 +0200