.CDG Karaoke-files support for music

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tslayer Offline
Team-XBMC Developer
Posts: 3,581
Joined: Oct 2003
Reputation: 12
Post: #21
no, it is not integrated. sorry!

ts

42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
lion2 Offline
Junior Member
Posts: 27
Joined: Feb 2004
Reputation: 0
Post: #22
(stcogoli @ aug. 06 2004,20:41 Wrote:fixed the sync code. you should'nt have to tweak anything from now on. i consider it ready for integration in xbmc.

lion2, maybe its cause u used an older application.cpp which was in my patch. download my new patch (it doesn't modify application.cpp) and make sure you compile with the most recent application.cpp from cvs.
i deleted all the source i had and redownloaded the latest cvs source using wincvs.  i compliled the source without the cdg additions and it compiled just fine.  i downloaded your latest source and added it to the xbmc source.  i still get the same errors while it's trying to link Sad. im giving up and waiting till it gets added to xbmc.
find quote
stcogoli Offline
Member
Posts: 93
Joined: Jul 2004
Reputation: 0
Post: #23
lion2, your problem is exactly what i thought it was in my previous post except replace every occurence of "application.cpp" with "xbmc.vcproj". you can't overwrite the new xbmc.vcproj with the older one that was in my patch so you need to add the project changes by hand. first,  make sure you have the newest xbmc.vcproj from cvs, then in the visual studio solution explorer pane, goto the folder xbmc/visualisations, right click, add a folder and name it "xaraoke". right click on xaraoke, add existing item and select all the source files in the xaraoke folder. rebuild solution and wala!

edit: other possibility: overwrite the cvs xbmc.vcproj with the one from my patch then do a cvs checkout to merge the differences.
find quote
Nickman Offline
Fan
Posts: 468
Joined: Oct 2003
Reputation: 0
Location: Sweden
Post: #24
(stcogoli @ aug. 09 2004,20:54 Wrote:lion2, your problem is exactly what i thought it was in my previous post except replace every occurence of "application.cpp" with "xbmc.vcproj". you can't overwrite the new xbmc.vcproj with the older one that was in my patch so you need to add the project changes by hand. first,  make sure you have the newest xbmc.vcproj from cvs, then in the visual studio solution explorer pane, goto the folder xbmc/visualisations, right click, add a folder and name it "xaraoke". right click on xaraoke, add existing item and select all the source files in the xaraoke folder. rebuild solution and wala!

edit: other possibility: overwrite the cvs xbmc.vcproj with the one from my patch then do a cvs checkout to merge the differences.
thats how i did it and it works for me.. did a chechout a couple of minutes ago...

on the other hand everything else seem f***up right now.. i get flicker all over when i try playing a movie and it looks like xbmc is trying to show the musik osd (cover + name of song) ontop of the video :nuts:

well i'll just do a new build tomorrow.

  • Xbox v1.3, 64MB, 120GB HD.
  • ASRock ION 330 Ubuntu XBMC.
  • 40" HDTV 720p, AC3/DTS Receiver.
Read the xbmc online-manual, faq and search the forums before posting.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #25
cvs is cvs Smile

was due to my new merge utility not doing it's job very well (and probably me not telling it to do it's job properly Smile there was an extra </control> tag in videofullscreen.xml which shouldn't have been there. (due to me doing cvs commits without waiting till i can get in front of my xbox to test them.) shouldn't happen from tomorrow onwards, as i'll have broadband by that stage. (may still happen today though Smile

poing has fixed cvs, so it should be all go again.

after i've finished the changes i'm working on, i'll add this patch, unless someone else beats me to it.

cheers,
jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Nickman Offline
Fan
Posts: 468
Joined: Oct 2003
Reputation: 0
Location: Sweden
Post: #26
(jmarshall @ aug. 10 2004,11:57 Wrote:cvs is cvs Smile

cheers,
jonathan
offcource Big Grin

thats why i said i'll do a new build tomorrow :lol:

:kickass:

  • Xbox v1.3, 64MB, 120GB HD.
  • ASRock ION 330 Ubuntu XBMC.
  • 40" HDTV 720p, AC3/DTS Receiver.
Read the xbmc online-manual, faq and search the forums before posting.
find quote
stcogoli Offline
Member
Posts: 93
Joined: Jul 2004
Reputation: 0
Post: #27
Quote:was due to my new merge utility not doing it's job very well..
pheww...nickman's post made me freak out for a few secs as i was using the xbutil_timer which i just realized is static so i thought i was the cause of all the stuttering... just changed to a local stopwatch anyways in case someone else starts using the static timer and improved code readability so make sure you download the newest patch before you add it. thanks jmarshall! :thumbsup:
find quote
lion2 Offline
Junior Member
Posts: 27
Joined: Feb 2004
Reputation: 0
Post: #28
(jmarshall @ aug. 10 2004,11:57 Wrote:after i've finished the changes i'm working on, i'll add this patch, unless someone else beats me to it.

cheers,
jonathan
awesome! it's great to hear that a dev is adding this to the official build.
find quote
BoomDivX Offline
Junior Member
Posts: 8
Joined: Mar 2004
Reputation: 0
Post: #29
is it added yet? i'll ask a friend who has the xdk to compile it. so if i download the last cvs, will it be integrated?
find quote
ezar2003 Offline
Fan
Posts: 343
Joined: Mar 2004
Reputation: 0
Post: #30
yes it's added to cvs

read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
find quote
Post Reply