Skip to content

Commit

Permalink
Temporary fix for pytaglib-caused setup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrow committed Mar 21, 2021
1 parent f4ab2fd commit 55b4626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Play:
Export:
-e, --export export the song into intro, loop and outro files (WAV format).
--preserve-tags export with the track's original tags. [Currently Disabled]
--preserve-tags export with the track's original tags. [currently disabled]
-t, --txt export the loop points of a track in samples and append to a loop.txt file (compatible with
LoopingAudioConverter).
-r, --recursive process directories and their contents recursively (has an effect only if the given path is a directory).
Expand Down
2 changes: 1 addition & 1 deletion pymusiclooper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>."""

__version__ = "2.4.0.dev1"
__version__ = "2.4.0"
2 changes: 1 addition & 1 deletion pymusiclooper/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, *args, **kwargs):
"--preserve-tags",
action="store_true",
default=False,
help="export with the track's original tags. [Currently Disabled]",
help="export with the track's original tags. [currently disabled]",
)
export_options.add_argument(
"-t",
Expand Down

0 comments on commit 55b4626

Please sign in to comment.