Raised This Month: $ Target: $400
 0% 

[ALL] Karaoke


Post New Thread Reply   
 
Thread Tools Display Modes
guh
Junior Member
Join Date: Sep 2009
Old 09-20-2009 , 14:16   Re: [ALL] Karaoke
Reply With Quote #41

I think there might be something broken in the new version. After a few songs it get stuck thinking theirs a song playing. I tried using the kstop command which says its stop the song but its still "playing". Only thing that works is restarting the tf2 server. I also tried sm plugins reload Karaoke with no luck.
-guh
guh is offline
Theme97
Senior Member
Join Date: Mar 2009
Old 09-20-2009 , 18:22   Re: [ALL] Karaoke
Reply With Quote #42

Quote:
Originally Posted by guh View Post
I think there might be something broken in the new version. After a few songs it get stuck thinking theirs a song playing. I tried using the kstop command which says its stop the song but its still "playing". Only thing that works is restarting the tf2 server. I also tried sm plugins reload Karaoke with no luck.
Hmm, I had some troubles with this but couldn't figure out what the cause was. The weird part is that reloading it doesn't work.

Error logs would help; you can find them in addons/sourcemod/logs/errors_<DATE>.log

There are probably a lot more errors in there, so please let me know of all of the Karaoke-related errors you can find. Thanks in advance.

---

Edit: Are you on the ninja-update with sorting by artist/title/album? If not, try updating.
__________________
I now have very little time to work on stuff and my main computer (which is the only one that can run TF2) is not cooperating with me, so don't expect many updates from me anytime soon.

[ALL] Karaoke
[TF2] Intel Timer | Crabmod | Randomizer | Stopwatch | Crits 4 All

Last edited by Theme97; 09-20-2009 at 20:29.
Theme97 is offline
guh
Junior Member
Join Date: Sep 2009
Old 09-21-2009 , 17:32   Re: [ALL] Karaoke
Reply With Quote #43

Code:
L 09/20/2009 - 13:50:58: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 13:50:58: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:50:58: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:51:08: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 13:51:08: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:51:08: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:51:18: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 13:51:18: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:51:18: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:52:52: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 13:52:52: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:52:52: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:52:52: [SM]   [1]  Line 173, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::cmd_kstop()
L 09/20/2009 - 13:56:51: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 13:56:51: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:56:51: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:56:51: [SM]   [1]  Line 173, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::cmd_kstop()
L 09/20/2009 - 14:02:35: [SM] Native "KillTimer" reported: Invalid timer handle 1e2010d (error 3)
L 09/20/2009 - 14:02:35: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 14:02:35: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 14:02:35: [SM]   [1]  Line 173, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::cmd_kstop()
L 09/20/2009 - 14:22:48: Error log file session closed.
guh is offline
Theme97
Senior Member
Join Date: Mar 2009
Old 09-21-2009 , 21:49   Re: [ALL] Karaoke
Reply With Quote #44

Quote:
Originally Posted by guh View Post
Code:
L 09/20/2009 - 13:52:52: [SM] Displaying call stack trace for plugin "Karaoke.smx":
L 09/20/2009 - 13:52:52: [SM]   [0]  Line 361, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::timer_unlock()
L 09/20/2009 - 13:52:52: [SM]   [1]  Line 173, /home/groups/alliedmodders/forums/files/4/9/7/5/8/50018.attach::cmd_kstop()
That's definitely an old version since the latest's line 173 is
Code:
}
Try geting version 1.2 from the first post.
__________________
I now have very little time to work on stuff and my main computer (which is the only one that can run TF2) is not cooperating with me, so don't expect many updates from me anytime soon.

[ALL] Karaoke
[TF2] Intel Timer | Crabmod | Randomizer | Stopwatch | Crits 4 All
Theme97 is offline
guh
Junior Member
Join Date: Sep 2009
Old 09-22-2009 , 11:29   Re: [ALL] Karaoke
Reply With Quote #45

Quote:
Originally Posted by Theme97 View Post
That's definitely an old version since the latest's line 173 is
Code:
}
Try geting version 1.2 from the first post.

Oh your sneaky with your updates. I tried version 1.1 in Left4dead and I didn't get any sound. I'll give 1.2 a try in TF2 and L4D.
guh is offline
Kaptain
Junior Member
Join Date: Jun 2009
Old 09-25-2009 , 21:59   Re: [ALL] Karaoke
Reply With Quote #46

So when I load up the karaoke menu, I see the Artist, Title, and Album menus, but when I go into them, the only option to select is "1. - " and when I select it, it plays the lyrics but no music. Any thoughts?

Last edited by Kaptain; 09-26-2009 at 10:14.
Kaptain is offline
Theme97
Senior Member
Join Date: Mar 2009
Old 09-26-2009 , 14:47   Re: [ALL] Karaoke
Reply With Quote #47

Quote:
Originally Posted by Kaptain View Post
the only option to select is "1. - "
I should've made a note, but the .lrc files are required to have "[ar:artist name here]" and "[ti:song title here]" because without these, the plugin has no way of knowing what the lyrics are for. If they aren't there, you'll have to add them yourself.

Quote:
Originally Posted by Kaptain View Post
when I select it, it plays the lyrics but no music
There could be several causes of this. First off, check if you've got the latest version. We're at 1.2 right now. If you're not sure, you can probably check "sm plugins info Karaoke" or something.

Secondly, make sure you've followed steps 1, 2, & 4 in the first post as closely as possible. Then make sure that your music files has the same name as the .lrc files, except with a .mp3 extension (e.g. "Artist_Song-Name.lrc" will match with "Artist_Song-Name.mp3").

If you're sure you've done all that, get the URL that you put for step #4 (in this example, http://my.example.url/karaoke/play.php will be used) and open the following in Internet Explorer (not Firefox or anything else!):

Code:
http://my.example.url/karaoke/play.php?s=Artist_Song-Name&v=100
Replacing the underlined part with the filename of the song without the ".mp3".

Load it up, give it a couple of seconds, and if it doesn't start playing, then you've done something wrong somewhere and you'll probably have to tell me exactly where everything is and what your files say.
__________________
I now have very little time to work on stuff and my main computer (which is the only one that can run TF2) is not cooperating with me, so don't expect many updates from me anytime soon.

[ALL] Karaoke
[TF2] Intel Timer | Crabmod | Randomizer | Stopwatch | Crits 4 All

Last edited by Theme97; 09-26-2009 at 14:52.
Theme97 is offline
Kaptain
Junior Member
Join Date: Jun 2009
Old 09-27-2009 , 15:11   Re: [ALL] Karaoke
Reply With Quote #48

Got it working, thanks for the help.
Kaptain is offline
Antithasys
Moderator
Join Date: Apr 2008
Old 09-29-2009 , 02:14   Re: [ALL] Karaoke
Reply With Quote #49

Please add to your first post that this requires client preferences.
__________________
[my plugins]

When you think about asking a question... consider what have you tried?
Antithasys is offline
Theme97
Senior Member
Join Date: Mar 2009
Old 10-05-2009 , 19:36   Re: [ALL] Karaoke
Reply With Quote #50

Quote:
Originally Posted by Antithasys View Post
Please add to your first post that this requires client preferences.
Done.

Also rewrote the OP so it's less crappy. Hooray!
__________________
I now have very little time to work on stuff and my main computer (which is the only one that can run TF2) is not cooperating with me, so don't expect many updates from me anytime soon.

[ALL] Karaoke
[TF2] Intel Timer | Crabmod | Randomizer | Stopwatch | Crits 4 All
Theme97 is offline
Reply



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 Off

Forum Jump


All times are GMT -4. The time now is 15:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode