Skip to content

Commit

Permalink
chore: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Aug 2, 2023
1 parent c9fa474 commit f0ecc15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ``make_playlist``: Make playlist command line tool
# ``make_playlist``: Playlist maker

``mkpl`` is a _command line tool_ to create playlist files (**[M3U](https://en.wikipedia.org/wiki/M3U) format**).
![mkpl](img/mkpl_logo.svg)

``mkpl`` is a _command line tool_ to create playlist files in (**[M3U](https://en.wikipedia.org/wiki/M3U) format**).

## Installation

Expand Down Expand Up @@ -167,8 +169,8 @@ from make_playlist import *
# Prepare playlist list: find multimedia files with name starts between a and f
playlist = make_playlist('/Music/collections',
'^[a-f].*',
('mp3', 'mp4', 'aac'),
'^[a-f].*',
recursive=True,
unique=True)
Expand Down
8 changes: 8 additions & 0 deletions img/mkpl_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0ecc15

Please sign in to comment.