Skip to content

Commit

Permalink
v1.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotCHEN37 committed Jan 1, 2025
1 parent 48bdfc6 commit 51f6e4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Now, MxMDL is a new beginning. It can work independently without MxLRC and has r
## Usage
```
usage: main.py [-h] [-g] [-k TOKEN] [-a ARTIST] [-t TITLE] [-l ALBUM]
[--lrctype {synced,unsynced}] [-d DIRECTORY] [-s SLEEP]
[--lrctype {synced,unsynced}] [--output_type {lrc,srt}]
[-d DIRECTORY] [-s SLEEP]
[filepath]
MxMDL v1.3 by ElliotCHEN37. Download synced lyrics from Musixmatch freely!
Expand All @@ -30,6 +31,8 @@ optional arguments:
Album name (optional)
--lrctype {synced,unsynced}
Lyrics type (default: synced)
--output_type {lrc,srt}
Output file format (default: lrc)
-d DIRECTORY, --directory DIRECTORY
Directory containing audio files
-s SLEEP, --sleep SLEEP
Expand Down
2 changes: 1 addition & 1 deletion Source/build_lin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='RMxLRC_Linux_x64',
name='MxMDL_Linux_x64',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
2 changes: 1 addition & 1 deletion Source/build_win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exe = EXE(
a.binaries,
a.datas,
[],
name='RMxLRC_Windows_x64.exe',
name='MxMDL_Windows_x64.exe',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down

0 comments on commit 51f6e4f

Please sign in to comment.