MTU.Community


Go Back   MTU.Community > Hoster Software > Hoster Help

Hoster Help Post Hoster questions, tips and suggestions here.

Reply
 
Thread Tools Display Modes
  #1  
Old February 14th, 2008, 08:41 PM
mindonstrike mindonstrike is offline
VIP
 
Join Date: Mar 2001
Location: Spokane Wa/Post Falls Id
Posts: 2,656
This thread was a bit confusing so this may or may not apply


In the past whenever an issue has occured at a specific KMA it ended being a corrupt file causing the problem. remove that KMA and try again. Possibly a too long artist or title name.
__________________
Reply With Quote
  #2  
Old February 15th, 2008, 09:40 AM
rmryanjr rmryanjr is offline
Registered User
 
Join Date: Nov 2005
Location: Woodbridge , NJ
Posts: 67
Quote:
Originally Posted by mindonstrike View Post
This thread was a bit confusing so this may or may not apply


In the past whenever an issue has occured at a specific KMA it ended being a corrupt file causing the problem. remove that KMA and try again. Possibly a too long artist or title name.

understood but, some of the folders that did merge did ok and if there was a problem with a file or files it would complete the remaining file merge and create a error file. I then looked at the errors and fixed acordingly. The other point is that if I'm merging kam's how do I know which file it is. All the kma's are designated by disc Id (win xp file name) so there is no indication that the title or artist name embedded in the kma is too long. If you know what the char limit for title and artist name please let me know..I then can rebuild my DB and adjust those long names. I'll try using MS to open the files and check for any extremly long title/artist naming.

I have been experimenting and have been succesfull in merging 12046 kma files I then created a songbook and looked at the bookid numbers assn'd the those kma's. I was surprised to see that the number scheme used a root id of "1" (101 bookid) then the next number used was "2" (201 bookid) for the second kma file resulting in the last number used 9999901. Based on the way it numbered the kmas Im at the limit of 1 million files. The boobkid numbering should have use "1" as the root for the first one. example, 101,102,103,104,105, ect then 2001,202,203,204,205,206, and so on. It's dropping all the availible numbers between 101 and 199 before using 201.

This all being said I have updated every hardware driver and firmware for all my hardware and software on my lptp. along with all win xphome updates and drivers ..even found an update to the "ntdll.dll" error i'm getting b4 Hoster shuts down. I don't experience any other problems with any other MTU product or any other process in hoster. Just this one thing.

Thanks for you're input
Bob
__________________
HP Pavilion dv8000
INTEL duo core t2600 2.16ghz
2 gig ram
int dual 80 gig HD
ext 160 gig HD
ext 1 tb HD
ext plextor 808
And
HP HDX16 Notebook
Intel 2.13ghz p7450 Core2 duo
3GB Ram
300GB HD
750 GB ext HD
Vista home Premium 32bit
Hoster 4.09c

Last edited by rmryanjr; February 15th, 2008 at 10:03 AM.
Reply With Quote
  #3  
Old February 16th, 2008, 12:12 AM
ddouglass ddouglass is offline
Super Moderator
 
Join Date: Nov 2004
Location: Ace, TX (5 miles past Nowhere)
Posts: 9,395
Quote:
Originally Posted by rmryanjr View Post
I have been experimenting and have been succesfull in merging 12046 kma files I then created a songbook and looked at the bookid numbers assn'd the those kma's. I was surprised to see that the number scheme used a root id of "1" (101 bookid) then the next number used was "2" (201 bookid) for the second kma file resulting in the last number used 9999901. Based on the way it numbered the kmas Im at the limit of 1 million files. The boobkid numbering should have use "1" as the root for the first one. example, 101,102,103,104,105, ect then 2001,202,203,204,205,206, and so on. It's dropping all the availible numbers between 101 and 199 before using 201.
Actually you are not looking at this correctly. It starts with 101, the first digit being Book 1 and the last 2 being track numbers 01-99 so those numbers are available, but only if you have 99 tracks on your CD. The next book is 201, and so on. This equates to 99 tracks on up to 9,999 disks as the Book number is up to 4 digits and the track numbers are two digits. So you are limited to 989,901. I really don't think you will ever run out of numbers.
__________________
Dale Douglass
2nd Generation Karaoke
I am not a member of the MTU Staff.
Reply With Quote
  #4  
Old February 16th, 2008, 12:54 PM
admin admin is offline
Administrator
 
Join Date: Oct 2000
Location: Raleigh, NC, USA
Posts: 10,515
Quote:
Originally Posted by rmryanjr View Post
The other point is that if I'm merging kam's how do I know which file it is. All the kma's are designated by disc Id (win xp file name) so there is no indication that the title or artist name embedded in the kma is too long. If you know what the char limit for title and artist name please let me know..I then can rebuild my DB and adjust those long names. I'll try using MS to open the files and check for any extremly long title/artist naming.
Merge KMA Files is totally automated. You specify the folders containing your KMA files and away it goes. Merge ONLY renumbers BookIDs that already exist in the Songs database. If a merging file's BookID is unique, if I am right, it is still renumbered to the next lowest available BookID in the Songs DB. It does not let you specify any numbers to omit, start at, etc... fully auto only.

Artist and Title fields are up to 63 chars each. To my knowledge, we auto-truncate longer ones. As Dale pointed out above, I don't think a too-long filename (at least in later Hoster versions) can cause any problems. There was a bug in the past.

Quote:
Originally Posted by rmryanjr View Post
I have been experimenting and have been succesfull in merging 12046 kma files I then created a songbook and looked at the bookid numbers assn'd the those kma's. I was surprised to see that the number scheme used a root id of "1" (101 bookid) then the next number used was "2" (201 bookid) for the second kma file resulting in the last number used 9999901. Based on the way it numbered the kmas Im at the limit of 1 million files. The boobkid numbering should have use "1" as the root for the first one. example, 101,102,103,104,105, ect then 2001,202,203,204,205,206, and so on. It's dropping all the availible numbers between 101 and 199 before using 201.
You are going against the tide. The way we number is totally based on 7 years of user feedback. Everyone wanted us to retain "DiscID" grouping of tracks. Thus, a DiscID has a 1:1 mapping with a unique BookID.

In Hoster 4.00x, we're about to break that, allowing an SCDG DiscID imported tracks (1,000+) on the hard drive (not from a SCDG disc) to map to many BookIDs, each going up to 99 tracks per BookID.

Quote:
Originally Posted by rmryanjr View Post
This all being said I have updated every hardware driver and firmware for all my hardware and software on my lptp. along with all win xphome updates and drivers ..even found an update to the "ntdll.dll" error i'm getting b4 Hoster shuts down. I don't experience any other problems with any other MTU product or any other process in hoster. Just this one thing.
If your windows ntdll.dll was not updated, WINDOWS, not Hoster, crashed Hoster. Sorry, but we are at Microsoft's mercy on this one.
__________________
Making Karaoke the best it can be!
http://www.mtu.com/
Reply With Quote
  #5  
Old February 19th, 2008, 07:41 PM
rmryanjr rmryanjr is offline
Registered User
 
Join Date: Nov 2005
Location: Woodbridge , NJ
Posts: 67
Quote:
Originally Posted by admin View Post
Merge KMA Files is totally automated. You specify the folders containing your KMA files and away it goes. Merge ONLY renumbers BookIDs that already exist in the Songs database. If a merging file's BookID is unique, if I am right, it is still renumbered to the next lowest available BookID in the Songs DB. It does not let you specify any numbers to omit, start at, etc... fully auto only.

Artist and Title fields are up to 63 chars each. To my knowledge, we auto-truncate longer ones. As Dale pointed out above, I don't think a too-long filename (at least in later Hoster versions) can cause any problems. There was a bug in the past.


You are going against the tide. The way we number is totally based on 7 years of user feedback. Everyone wanted us to retain "DiscID" grouping of tracks. Thus, a DiscID has a 1:1 mapping with a unique BookID.

In Hoster 4.00x, we're about to break that, allowing an SCDG DiscID imported tracks (1,000+) on the hard drive (not from a SCDG disc) to map to many BookIDs, each going up to 99 tracks per BookID.


If your windows ntdll.dll was not updated, WINDOWS, not Hoster, crashed Hoster. Sorry, but we are at Microsoft's mercy on this one.

First about the last ....the ntdll.dll has bee updated (replaced ) before my last post. As far as the numbering systemI havn't used any custome numbering at all. As far as my assumtiom for the bookids is based on what I found after clearing the song db file and starting at "0" . My goal was to renumber my bookids. I wanted this due to the fact that if I rebuild my song db I get a file telling me there are 7k duplicate bookids. This is why i wanted to use the merge and renumber. Again the merge has worked randomly and if there were errors it would create an error file, great i can live with that. The problem is that it won't complete a merge. I checkd all file names and there were no long file names. Besides the kma has only a disc id+track as a file name.

Is there a work around for the lack of reliability in the merge process? I'm sure that during the testing process someone either had no problems or had a problem and figured a way to fix it.

Im just looking for some help here.

I take it that I'll have to wait for the next gen 4.00 upgrade. My question is will it work then? It's availible in 3.319 it should also work in 3.319.

I've done all I can do. I don't experience any problems with any other programs.

Bob
__________________
HP Pavilion dv8000
INTEL duo core t2600 2.16ghz
2 gig ram
int dual 80 gig HD
ext 160 gig HD
ext 1 tb HD
ext plextor 808
And
HP HDX16 Notebook
Intel 2.13ghz p7450 Core2 duo
3GB Ram
300GB HD
750 GB ext HD
Vista home Premium 32bit
Hoster 4.09c
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


All times are GMT -4. The time now is 01:47 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2009 - 2025, Jelsoft Enterprises Ltd.
The contents of this forum are copyrighted by Micro Technology Unlimited, 2000-2008. Use of any material from these Forums is prohibited without written agreement from MTU.