Skip to content

ganshuyu/myCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myCode

./MultipleMediaEdit_linux.py -h -i -r <remove_str> -b -e -c -R -o

Env: Linux Python 2.7.15

Functional:

  1. Rename files in a input folder 1.1 Remove sub string from the files' nam

    MultipleMediaEdit.py -i -r <remove_str>

1.2 Add sub string at the begin or the end of the files' name

  MultipleMediaEdit.py -i <inputfolder> -b <addstr_begin> -e <addstr_end>

1.3 Rename the files with a number sequence

  MultipleMediaEdit.py -i <inputfolder> -R 1(or the started number you want)
  1. Edit MP3 file tags, the title and artist. And then renambe the mp3 files with title.

    MultipleMediaEdit.py -i -c config.txt

  2. Split long MP3 file tags, then rename the file name + title + artist of the output files.

    MultipleMediaEdit.py -i long.mp3 -c config.txt ================================================================================================

About

This is my first project in github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors