Playback issue

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #11
ronie Wrote:no problem, i also had to learn it the hard way myself.

you may also want to make the same changes to the PlayMedia() commands for the recentlyadded items on the home screen ;-)

All updated now ronie - thanks for that! Now, if you have a spare minute could you help on my damn latest added music? For some reason I cannot get onup to go to the music. TV and Movies work fine, just not music and I'll be damned if I can see why not. If you venture to take a look, I'm using IncludesHomeRecentlyAdded.xml and Includes_Home_Horizontal.xml respectively for these.

Thanks in advance! Smile
find quote
ronie Online
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #12
stoli Wrote:All updated now ronie - thanks for that! Now, if you have a spare minute could you help on my damn latest added music? For some reason I cannot get onup to go to the music. TV and Movies work fine, just not music and I'll be damned if I can see why not. If you venture to take a look, I'm using IncludesHomeRecentlyAdded.xml and Includes_Home_Horizontal.xml respectively for these.

Thanks in advance! Smile

IncludesHomeRecentlyAdded.xml:

you have put the recently added code for music
outside of <control type="group" id="78881">

to fix, move the </control> from line 378 to line 532.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #13
ronie Wrote:IncludesHomeRecentlyAdded.xml:

you have put the recently added code for music
outside of <control type="group" id="78881">

to fix, move the </control> from line 378 to line 532.

Perfect. Thank you ronie! Big Grin
find quote
Post Reply