https://github.com/s8sg/irat
iRat is a python application to Identify Gambled iPod or iPhone Songs and Put it Back to your Computer
https://github.com/s8sg/irat
Last synced: over 1 year ago
JSON representation
iRat is a python application to Identify Gambled iPod or iPhone Songs and Put it Back to your Computer
- Host: GitHub
- URL: https://github.com/s8sg/irat
- Owner: s8sg
- License: gpl-3.0
- Created: 2015-03-23T10:19:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T18:32:30.000Z (over 10 years ago)
- Last Synced: 2025-03-20T02:08:07.837Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRAT
iRat is python aplication to generate mp3 file as per the id3 tag values. People like me often gets irritated by gambled mp3 name while it is copied from Iphone or Ipod. iRat is really usefull to change the gambled Mp3 name as required.
iRat provides multiple nameing Format to name the mp3 file as you want it. So no more worries, iRat will do it for you.
### Version:
1.0.0
### iRat Help:
#####Use:
```
./iRat.py -I <'input_folder'> -O <'output_folder'> -N <'name_format'>
```
#####Option:
```
**-I < >** : Input folder to check mp3's from. If not Specified takes current path.
**-O < >** : Output folder to place converted mp3's. If not Specified use original path.
**-F < >** : Name Format. Name format should be within pre-defined formats.
**a :** Album name
**A :** Artist name
**T :** Title name
Formats: aAT, AaT, ATa, TAa, aTA, TaA, TA, AT, aA, Aa, Ta, aT. Default is : TA
**-h** : Help
**-d** : Allow Duplicate. It allows the duplicate file with same name album and artist
same named file will generate as: yellow.mp3, yellow_1.mp3 ..
**-r** : Allow recursive search. Search recursively from the input folder
```
### More Info:
This is an early release. I’ve been using it for a while and I like this one pretty well, but no guarantees
that it won’t change a bit.