PDA

View Full Version : MyVideo and MyMusic combined?


Father Parsley
2009-05-31, 12:57
I want to access the Download directory on my computer from the Home menu on XBMC.
In my Download directory I have both music- and video-files.

I have edited the myPrograms button to
<onclick>ActivateWindow(MyVideoFiles,Downloads)</onclick>
which makes perfect... almost!
I can't see the .mp3 files.
How to do?

vdrfan
2009-05-31, 13:04
You will have to add .mp3 to the list of the video extensions. See http://xbmc.org/wiki/?title=Advancedsettings.xml#.3Cvideoextensions.3E for more information.

Father Parsley
2009-05-31, 13:18
Ah yes! It worked! Thanks! :)

Father Parsley
2009-05-31, 13:25
One minor detail is that after one mp3 have been played, the player stops.
Is there a way to solve this? Otherwise I guess I can live with that.

topfs2
2009-05-31, 13:39
It's because your playing it as a Videofile.

Father Parsley
2009-06-01, 00:31
ok, so can I do something about it?

althekiller
2009-06-01, 00:37
Try queuing the tracks instead of playing them.

jmarshall
2009-06-01, 03:00
Or do the same thing but just change it so you're using musicfiles rather than videofiles to view your videos.