-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from mp3chapters/DominikPeters/launch-player-wi…
…th-mp3 Launch the player from command line with an MP3 file
- Loading branch information
Showing
6 changed files
with
857 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# MP3 Chapters Player | ||
|
||
A simple desktop application to play MP3 files with chapters. | ||
A simple desktop application to play MP3 files with chapters. | ||
|
||
The player can also be started from the command line, by passing a path to the desired MP3 file. | ||
|
||
```sh | ||
"MP3 Chapter Player.exe" "c:\path\to\file.mp3" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.