Releases Tags
-
YouPlay - Version 0.37
released this 4 weeks ago | 1 commits to main since this release
Version 0.37 - 2022.05.31
- Force
yt-dlp
to extract best audio in mp3 format. Last version had issues with forcing mp3 format.
Downloads
- Force
-
YouPlay - Version 0.36
released this 2 months ago | 2 commits to main since this release
Version 0.36 - 2022.05.10
- No more webm in between.
yt-dlp
will download mp3 directly.
Downloads
- No more webm in between.
-
YouPlay- Version 0.35
released this 4 months ago | 4 commits to main since this release
Version 0.35 - 2022.02.14
- Fixed: Special characters (/) in song title caused creation of subdirectories in
/music/youplay/
instead of just saving the song.
Downloads
- Fixed: Special characters (/) in song title caused creation of subdirectories in
-
YouPlay - Version 0.34
released this 5 months ago | 6 commits to main since this release
Version 0.34 - 2022.02.04
-
Updating
yt-dlp
will fix the warnings in CLI-mode. You have to runpython3 -m pip install -U yt-dlp
to fight Google's changes in the Youtube API. -
Some warning text changes; not important.
-
Removed already out-commented old code; not important.
-
Tried GTK4; was not successful. Will try again later.
Version 0.33 - 2021.12.08
- Because
youtube-dl
is so much restricted in speed, I switched toyt-dlp
instead. - Currently
yt-dlp
throws a warning in CLI-mode. Ignore it, I will fix it later.
Version 0.32 - 2021.05.26
- GUI window is now centred on the screen.
Downloads
-
-
YouPlay - Version 0.31
released this 1 year ago | 9 commits to main since this release
Version 0.31 - 2021.05.25
-
Eventually I found out how to control 'python-mpv'. This version got additional controls in GUI-Mode: Pause/Continue, Back, Forward. The Play/Stop and Pause/Continue controls are kind of overlapping in functionality, but who cares.
-
Play/Stop will either start a selected song or stop it. If you press Play again, the song will start from the beginning.
-
Pause/Continue will either pause the song at the current position, or continue playing at the position where you stopped it.
-
Back/Forward will step 5 seconds back or forward during playback.
-
I'm sure there are some glitches in edge cases, but anyway, it works.
-
Don't forget to run 'pip3 install --upgrade youtube-dl', because Google (Youtube) will continue to kick your ass.
Downloads
-
-
YouPlay - Version 0.30
released this 1 year ago | 10 commits to main since this release
Version 0.30 - 2021.05.18
-
Until now, all songs were download as webm-files (but named as mp3 files) because youtube-dl ignores the mp3-format parameter. Thats why YouPlay converts all downloaded songs now from webm to mp3.
-
I removed the filename sanitizer because I think it is not necessary. We will see if it causes issues with weird song names.
Downloads
-
-
YouPlay - Version 0.29
released this 1 year ago | 12 commits to main since this release
Version 0.29 - 2021.03.22
- Improvement of process handling to avoid busy wait on process exit (thank you, Jürgen Hötzel :)
Downloads
-
YouPlay - Version 0.28
released this 1 year ago | 17 commits to main since this release
Version 0.28 - 2021.01.20
-
File 'audio.list' not longer required because of direct search result processing. You can delete the old audio.list (thank you j.r)
-
Downloaded songs will go to 'youplay' subdirectory under your standard music folder. You can delete or copy the old music subfolder (thank you Joël)
-
Search strings must be longer than 3 characters to avoid bullshit searches
-
Minor bug fixes
Downloads
-
-
YouPlay - Version 0.27
released this 1 year ago | 19 commits to main since this release
Version 0.27 - 2021.01.10
-
Duplicated download of existing files fixed again (song.mp3.mp3.mp3)
-
Song names are sanitized to avoid invalid search strings in youtube-dl (welle erdball c64)
Downloads
-