Jul 25, 2024
- Add
url-chars
cli argument - Add
cache
cli argument, refs #10 - Add url_chars function, refs #12
- Fix mkv extension, refs #13
- Fix orderby-track return function, refs #14
May 09, 2024
- Add
orderby-size
cli argument - Add
orderby-length
cli argument - Add
interactive
cli argument - Add
count
cli argument - Add confirm function for interactive mode
Aug 03, 2023
- Refactor make_playlist function for better performance
- 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
Jun 12, 2023
- Add find_pattern function
- Add find pattern for ID3 tags
- Add
orderby-track
cli argument: see issue #6 - Add encoding and ignore error handling to
write_playlist
function: see issue #7 - Fix reset enabled_extensions with split argument
Mar 07, 2023
- Add
-o
or--orderby-name
cli argument: see issue #4 - Add
-O
or--orderby-date
cli argument: see issue #4 - Add support for 'opus' file format: see issue #5
- Fix check playlist extension for m3u8 format
- Fix asterisk and dot char into include argument
Jan 13, 2023
- Refactor module; all business logic into functions: make_playlist, write_playlist and add_extension
- Add
-S
or--split
cli argument: see issue #2 - Fix check image and append mode
- Fix enabled_encoding when is just enabled
Nov 10, 2022
- 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
Oct 24, 2022
- Add verbose argument
- Add vprint function
- Fix shuffle and extension issue #1
- Fix new line in the append mode
- Fix epilog message
- Fix join with extension tags
Sep 28, 2022
- Add windows argument
- Fix file extension with UNICODE encode
Sep 19, 2022
- Add title argument
- Add encoding argument
- Add image argument
- Add link argument
Sep 9, 2022
- Add file formats
- Add get_args function
- Add file_in_playlist function
- Add main function
- Add playlist maker