Releases: MatteoGuadrini/mkpl
Releases · MatteoGuadrini/mkpl
mkpl 1.11
mkpl 1.10
mkpl 1.9
Release notes
- Add
orderby-size
cli argument - Add
orderby-length
cli argument - Add
interactive
cli argument - Add
count
cli argument - Add confirm function for interactive mode
mkpl 1.8
Release notes
- Refactor make_playlist function for better performance:
/home/gu/Music/
folder has 4840 music files into it
gu@gu:~$ find /home/gu/Music/ -type f | wc -l
4840
- Measure time of execution of
mkpl
command version 1.7.0:
gu@gu:~$ mkpl -V
1.7.0
gu@gu:~$ time mkpl -d /home/gu/Music/ -r all_music
real 0m32,242s
user 0m24,980s
sys 0m2,344s
- Now repeat with new version (latest 1.8.0):
gu@gu:~$ mkpl -V
1.8.0
gu@gu:~$ time mkpl -d /home/gu/Music/ -r all_music
real 0m1,267s
user 0m0,717s
sys 0m0,537s
- Add standard path on unique argument
- Add open_multimedia_file function
- Add
orderby-year
cli argument - Add
join
cli argument - Add mkpl logo
- Migrate to pyproject.toml installation
- Fix absolute name into make_playlist function, refs #8
- Fix check if playlist is not empty before writes it to file
- Fix check extension of file before open tags
mkpl 1.7
mkpl 1.6
mkpl 1.5
mkpl 1.4
Release notes
- Add capwords function for title of playlist
- Add checks for extension attribute in append mode
- Add warnings for extensions enabled
- Add checks for image file
mkpl 1.3
mkpl 1.2
Release notes
- Add windows argument
- Fix file extension with UNICODE encode