XBMC Community Forum
.CDG Karaoke-files support for music - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: .CDG Karaoke-files support for music (/showthread.php?tid=4654)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41


- lion2 - 2005-02-15 19:20

you can fix that easily my going to the my video settings an changing the boundaries of the screen.


- MrT - 2005-02-15 19:29

but i have done that (atleast for video). its set perfekt for video, but karaoke looks to ignore that.
hm. tried to calibrate again, and voila, that fixed it. thanks a lot dude Smile

another question; is there a way to turn off the "visualistaion" that shows behind the karaoke text? i turned the background transparency to 255, but it still shows a bit in the corners, unless you calibrate it absolutly perfect.


- Rikochet - 2005-02-16 09:11

a couple of days ago the karaoke patch compiled into the latest cvs fine....

today i have tried 3 times and get an error linking...
playercorefactory.obj : error lnk2019: unresolved external symbol "public: thiscall cplayercorefactory::createplayer(class cstdstr<char> const &,class iplayercallback &)const " (?createplayer@cplayercorefactory@@qbepaviplayer@@abv?$cstdstr@d@@aaviplayercall​back@@@z)
release/xbmc.exe : fatal error lnk1120: 1 unresolved externals

any ideas how to fix?


- lion2 - 2005-02-17 23:18

(mrt @ feb. 15 2005,17:29 Wrote:another question; is there a way to turn off the "visualistaion" that shows behind the karaoke text? i turned the background transparency to 255, but it still shows a bit in the corners, unless you calibrate it absolutly perfect.
that's the only fix i know, is to calibrate the the transparency perfectly.


- strick - 2005-02-20 13:51

hi, could someone please tell me how to apply this patch? i've got all the tools and the patch, but dont know what to do with it.. do i unpack it to a certain directory?

thanks


- strick - 2005-02-21 00:12

ok, never mind my previous queststion.
but i have a new one now.. when compiling with the patch i get this error

xbmc\guiwindowsettingscategory.cpp(387) : error c2065: 'lcd_mode_type_lcd' : undeclared identifier
xbmc\guiwindowsettingscategory.cpp(388) : error c2065: 'lcd_mode_type_vfd' : undeclared identifier
.
.
.
rebuild all: 3 succeeded, 1 failed, 0 skipped


it compiled fine without the patch, so is this a error with the patch or is it me doing something wrong?


- jmarshall - 2005-02-21 09:27

if you don't know how to fix the issue, i suggest you hold off until it's in cvs.


- Rikochet - 2005-02-21 20:39

strick:

im getting the exact same error as well as of today

xbmc\guiwindowsettingscategory.cpp(387) : error c2065: 'lcd_mode_type_lcd' : undeclared identifier
xbmc\guiwindowsettingscategory.cpp(388) : error c2065: 'lcd_mode_type_vfd' : undeclared identifier

must be a mistake in the cvs


- jmarshall - 2005-02-21 21:37

grrrrr....

it's not a bug in cvs. cvs changes (daily, sometimes hourly). this patch includes an out of date version of guiwindowsettingscategory.cpp. you should merge it with the version in cvs - not overwrite it.

it probably includes other files that are now out of date as well.

if you don't know how to correctly apply patches, it is probably best to wait until someone puts the patch into cvs.


- strick - 2005-02-21 21:59

well, i already did that, changed a few things in guiwindowsettingscategory.cpp and guisettings.cpp.. now i got a more difficult error:

playercorefactory.obj : error lnk2019: unresolved external symbol "public: thiscall cplayercorefactory::createplayer(class cstdstr<char> const &,class iplayercallback &)const " (?createplayer@cplayercorefactory@@qbepaviplayer@@abv?$cstdstr@d@@aaviplayercall​back@@@z)
release/xbmc.exe : fatal error lnk1120: 1 unresolved externals

i'm looking into this now, but doutbt i'll figure this one out.. :hmm: