Skip to content

Releases: LumePart/Explo

v0.5.0

10 Sep 14:54
Compare
Choose a tag to compare

v0.5.0 CHANGELOG

[SUPPORT] Added support for Music Player Daemon (MPD) - e15e5f5

  • Users can now define the playlist path with PLAYLIST_DIR variable in local.env

[FIX] Resolved an issue where .webm files couldn't be deleted under certain conditions - a5fd42b
[QoL] Added functions to verify the format of directory variables - fbd419c

Full Changelog: v0.4.5...v0.5.0

v0.4.5

22 Aug 18:11
Compare
Choose a tag to compare

v0.4.5 CHANGELOG

[IMPROVEMENT] Added support to define custom filename separator when removing special characters from filenames ( FILENAME_SEPARATOR in local.env) - aa169c1
[IMPROVEMENT] Added support to add custom ffmpeg binary path, (FFMPEG_PATH in local.env) - 00c0090
[FIX] Fixed wrong track being inserted to playlist - 8b4ee38

Support for MPD coming soon

v0.4.0

28 Jun 19:11
Compare
Choose a tag to compare

v0.4.0 CHANGELOG

[FEATURE] Explo will now prefer Topic or artist personal channels to get songs. Hopefully this helps avoid random videos/songs being downloaded
[FIX] Fixed unmarshal error when parsing response from ListenBrainz

v0.3.0

26 May 17:59
Compare
Choose a tag to compare

v0.3.0 CHANGELOG

[CHANGE] Added PERSIST flag to .env
[FEATURE] Setting PERSIST to true will retain downloaded files and organize the playlist by week (this is the default setting). Setting it to false will regenerate the playlist weekly and delete all files in the download folder, as specified in the .env file.

Note: Do not set PERSIST to false if your download folder contains files other than those downloaded by Explo.

v0.2.5

22 Apr 16:27
Compare
Choose a tag to compare

v0.2.5 CHANGELOG

[FIX] Removed unnecessary parameter from subsonic request url

v0.2.4

13 Apr 11:51
Compare
Choose a tag to compare

[MISC] Added check to help avoid downloading full albums from youtube

v0.2.3

14 Mar 11:11
Compare
Choose a tag to compare

[MISC] updated https://github.com/kkdai/youtube to the latest version. Previous version could not download files anymore

v0.2.2

29 Feb 17:15
Compare
Choose a tag to compare

v0.2.2 CHANGELOG

[FIX] Explo crashed when video didn't have audio only format

[MISC] File naming separator changed back to blank space

v0.2.1

06 Feb 10:53
Compare
Choose a tag to compare

v0.2.1 CHANGELOG

[ENHANCEMENT] Now downloads only audio format from youtube

[FIX] Fixed issue with crashing if Explo couldn't get any video formats

[MISC] File naming separator changed from regular spaces to underscores ("_").

v0.2.0

01 Feb 12:04
Compare
Choose a tag to compare

v0.2.0 CHANGELOG

[FEATURE] Added a more reliable discovery method (playlist discovery)

Playlist discovery is now the default discovery method, it gets songs from a playlist made by ListenBrainz

[UPDATE] LISTENBRAINZ_DISCOVERY environment variable now toggles between playlist/API discovery

[BUG FIX] fixed a few bugs that caused the program to exit when song download fails