TKaraoke official web site.
Review web site tkaraoke.com.
Welcome Guest Search | Active Topics | Members | Log In | Register

We are moving to a new forum, this forum will be closed in a few days.
New Forum Address
Forum này sẽ đóng cửa trong vòng vài ngày, xem tin tức ở link trên.
Renaming karaoke files with bulk rename utility Options · View
kdoweb
Posted: Monday, April 06, 2009 12:32:49 AM
Rank: Advanced Member
Groups: Member , Moderator

Joined: 9/20/2008
Posts: 76
Location: California
Hi all,

I found a nice software to bulk rename multiple file to save you some time software is free and cam be found here
http://www.bulkrenameutility.co.uk/Main_Intro.php

What i have:
SF166-07 - Presley, Elvis - Jailhouse Rock.zip

What I would like to change it to:
SF166-07 - Elvis Presley - Jailhouse Rock.zip

or

NordineMerchantStipeLos Lobos - Opening Medley.mp3

and want to insert a space in front of each capital letter

Nordine Merchant Stipe Los Lobos - Opening Medley.mp3

or

Karaoke - Nguoi Ve Tu Phuong Xa - Quang Dung.vob

change it to

Karaoke - Quang Dung - Nguoi Ve Tu Phuong Xa.vob


this software is very powerful but it required searching the forum to get it to do what you want. A good place to start would be here
http://www.bulkrenameutility.co.uk/forum/viewforum.php?f=3

kdoweb
vcdz382
Posted: Monday, April 06, 2009 12:35:49 AM

Rank: Administration
Groups: Administration

Joined: 4/9/2008
Posts: 1,292
Location: California, USA
Thanks kdoweb. Made sticky for higher visibility. This tool will save lot of time for many members.
chuonghg
Posted: Monday, April 06, 2009 7:28:35 AM
Rank: Newbie
Groups: Member , Uploader

Joined: 1/20/2009
Posts: 9
Location: Dallas
Hello Tkaraoke members,

I wrote a bash script that run in cygwin and do the same or better job as dẻscribed, very easy to use. If you are interested just email me: chuonghg@hotmail.com
I wanted to post the script here to share but looks like this forums page won't let me do that. Can we upload file here?.

Thanks all,
chuonghg.
vcdz382
Posted: Monday, April 06, 2009 8:35:50 AM

Rank: Administration
Groups: Administration

Joined: 4/9/2008
Posts: 1,292
Location: California, USA
chuonghg wrote:
Hello Tkaraoke members,

I wrote a bash script that run in cygwin and do the same or better job as dẻscribed, very easy to use. If you are interested just email me: chuonghg@hotmail.com
I wanted to post the script here to share but looks like this forums page won't let me do that. Can we upload file here?.

Thanks all,
chuonghg.

Thanks chuonghg for sharing your script. Many users are probably not familar with unix CLI so please explain how they can use your script to bulk rename. You can't upload to this forum unless you are a member of the Uploader/Moderator group. I made you an uploader now so try uploading your script and let me know if there is any problem. To upload, you basically do:
1. Post your topic.
2. Go to the posted topic and click on "Attach" (next to Edit, Delete, Quote).
3. Browse to your file and click upload.
chuonghg
Posted: Monday, April 06, 2009 9:09:44 AM
Rank: Newbie
Groups: Member , Uploader

Joined: 1/20/2009
Posts: 9
Location: Dallas
Great, You are welcome to give it a try:

1/ Dơwnload and install latest Cygwin: www.cygwin.com
2/ Save the attached script at highest level of your karaoke directory structure
3/ Bring up the cygwin by click on the Cygwin icon on your désktop
4/ cd to where you have saved you scrip in step 2
5/ type: ./rename.sh


the script will traverse dơwn to your dirrectory structure and look for file extension name such as: .vob, .VOB, .divx and convert the file name as the following:

Song1 - Singer1.vob -----> Unkown - Singer1 - Song1.vob

or Singer1, Singer2 & Singer3 - Song1 & Song2.vob -------> Unknown - Song1 & Song2 - Singer1, Singer2 & Singer3.vob

Note that: Unkown field is the Unknow Author. I added this field to sasstify Tkaraoke the requirement so it can display the the singer and song name correctly.

Enjoy,
chuonghg

File Attachment(s):
rename.sh (2kb) downloaded 185 time(s).


kdoweb
Posted: Monday, April 06, 2009 8:16:24 PM
Rank: Advanced Member
Groups: Member , Moderator

Joined: 9/20/2008
Posts: 76
Location: California
chuonghg wrote:
Great, You are welcome to give it a try:

1/ Dơwnload and install latest Cygwin: www.cygwin.com
2/ Save the attached script at highest level of your karaoke directory structure
3/ Bring up the cygwin by click on the Cygwin icon on your désktop
4/ cd to where you have saved you scrip in step 2
5/ type: ./rename.sh


the script will traverse dơwn to your dirrectory structure and look for file extension name such as: .vob, .VOB, .divx and convert the file name as the following:

Song1 - Singer1.vob -----> Unkown - Singer1 - Song1.vob

or Singer1, Singer2 & Singer3 - Song1 & Song2.vob -------> Unknown - Song1 & Song2 - Singer1, Singer2 & Singer3.vob

Note that: Unkown field is the Unknow Author. I added this field to sasstify Tkaraoke the requirement so it can display the the singer and song name correctly.

Enjoy,
chuonghg


Hi chuonghg,

your scrips looks like it would work well if all the files in that folder are static, but in my case I have about 4000 files that are all over the map and I want to select a block for files and apply a few filters to get to the final name. Example

I have to convert this 100 songs in this format
Karaoke-NguoiVeTuPhuongXa-Quang Dung.vob

to this (notice the the space are now added)
Karaoke - Quang Dung - Nguoi Ve Tu Phuong Xa.vob

or all of my files have double space before the file extension
Karaoke - Nguoi Ve Tu Phuong Xa - Quang Dung .vob

be converted
Karaoke - Quang Dung - Nguoi Ve Tu Phuong Xa.vob


or this (Notice between the singer and artist no space between the dash)
Karaoke - Quang Dung-Nguoi Ve Tu Phuong Xa.vob


Thank you so much for sharing your script thou. I'm sure someone would benefit from it.

kdoweb
chuonghg
Posted: Wednesday, April 08, 2009 7:50:58 AM
Rank: Newbie
Groups: Member , Uploader

Joined: 1/20/2009
Posts: 9
Location: Dallas
copy your songs to a new folder and run the script in the new folder. Thẻ script should add/remove spaces properly. Give it a try and let me know.

chuonghg.
vcdz382
Posted: Friday, April 17, 2009 4:43:12 PM

Rank: Administration
Groups: Administration

Joined: 4/9/2008
Posts: 1,292
Location: California, USA
Starting with TKT version 1.0.0.015, you can rename all the songs of a DVD in just several clicks.
1. Copy the listing from this forum and paste into TKT
2. Pick your song folder
3. Click "Rename All Songs"

TKT will walk through each file and rename according to the listing. The files will be walked in alphabetical order. If you use SmartRipper per the tutorial, your songs should be in order of track number (vts1, vts2, vts3, etc.).


vcdz382 attached the following image(s):
TKT1.0.0.015.jpg

newbie_y2k
Posted: Saturday, April 18, 2009 8:01:15 PM
Rank: Advanced Member
Groups: Member

Joined: 5/17/2008
Posts: 472
Location: Dallas, Texas
Outstanding ... I'm in the process of ripping a bunch of dvd's
Applause
Thanks alot big guy



My computers and PS3 are fighting cancers

Here's how
http://folding.stanford.edu/
vnfboy
Posted: Tuesday, May 05, 2009 2:45:38 AM
Rank: Advanced Member
Groups: Member

Joined: 9/27/2008
Posts: 33
Mình thấy có 1 software rất tiện dụng để rename 1 lúc tất cả files trong 1 folder.Các bạn dùng thử xem như thế nào :

http://www.den4b.com/downloads.php?project=ReNamer
DavidT
Posted: Wednesday, September 23, 2009 7:56:03 AM

Rank: Advanced Member
Groups: Member , Uploader

Joined: 9/1/2009
Posts: 234
Location: Ohio
vnfboy wrote:
Mình thấy có 1 software rất tiện dụng để rename 1 lúc tất cả files trong 1 folder.Các bạn dùng thử xem như thế nào :

http://www.den4b.com/downloads.php?project=ReNamer


Thank you for sharing. This program is very powerful to rename files and file attributes. Very nice features including pre-set Rules as well as you can customize Rules to your needs. It fits my purposes very well. Again, thank you. Regards.



I am older than the Earth :)
dungcao
Posted: Sunday, January 10, 2010 7:14:12 PM
Rank: Advanced Member
Groups: Member , Uploader

Joined: 1/10/2010
Posts: 37
Location: UNITED STATES
Muốn sở hữu nhạc 2 tb , thì liên hệ mình nhé: hanhnguyen10@sbcglobal.net. Mình vừa hoàn thành rất công phu với 2 dạng mới nhứt:
*** 9626 songs theo dạng có lời nhạc
***9626 songs theo dạng có điệu nhạc.
Bạn nào cần thì liên hệ mình nhé. Mới nhứt hoàn thành mùng 1 Tết (02/2010)

File Attachment(s):
9600 songs.doc (466kb) downloaded 191 time(s).
9624 songs theo loi nhac.doc (467kb) downloaded 154 time(s).
Dung 9624 songs theo dieu nhac.doc (354kb) downloaded 150 time(s).


newbie_y2k
Posted: Monday, January 11, 2010 12:15:32 PM
Rank: Advanced Member
Groups: Member

Joined: 5/17/2008
Posts: 472
Location: Dallas, Texas
dungcao wrote:
Hi, all
Tôi vừa làm xong my 9600 songs dùng cho 2tb hdd, và 7016 songs dùng cho 1.5tb hdd, theo kiểu Index, tên bài ca, tên ca sỉ.vob, và củng đã chuyển qua theo dạng dùng cho tkaraoke này. Bạn nào muốn chuyển qua dạng tkaraoke thì tham khảo với tôi: dùng 2 softwares: Builk renameBetterfilerename. Tôi sẽ hướng dẩn kỹ càng cho ban. Liên hệ email: hanhnguyen10@sbcglobal.net. Chúc các bạn vui vẻ ca hát karaoké.
Có 2 dạng:
1/. Dùng cho mọi máy karaoké ở nhà:
Số thứ tự-tên bài ca-tên ca sĩ.vob
2/. Dùng cho tkaraoke: Nếu bạn đã có ở dạng trên mà muốn chuyển sang qua dạng hát trên máy vi tính thì bạn phải dùng 2 softwares trên: Builk RenameBetterfilerename: cách sửa củng tương đối đơn giản, hỏng có gì phức tạp, tôi chuyển từ máy của tôi: 9600 songs 2tb hdd qua dạng tkaraoké khoảng 20 phút là xong theo 2 bước đơn giản
* Bước 1: Số thứ tự-tên bài ca-tên ca sĩ.vob ----> Tên bài ca-tên ca sĩ.vob dùng software:Betterfilerename
* Bước 2: Tên bài ca-tên ca sĩ-.vob ---->Tên ca sĩ - Tên bài hát.vob dùng software Builk Rename.
Khi hoàn thành bước 2 thì bạn sẽ có thể đưa nhạc vào tkaraoké và upload lời nhạc vào , sau đó bạn có thể in thành songbook. Vui vẻ ca hát karaoké nhé các bạn.

Thanks for the info



My computers and PS3 are fighting cancers

Here's how
http://folding.stanford.edu/
Users browsing this topic
Guest

We are moving to a new forum, this forum will be closed in a few days.
New Forum Address
Forum này sẽ đóng cửa trong vòng vài ngày, xem tin tức ở link trên.

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Powered by YAF. Customized for TKaraoke.com. Privacy Notice