Posts: 19
Joined: Jan 2009
Reputation:
0
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?
Posts: 19
Joined: Jan 2009
Reputation:
0
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.
Posts: 4,549
Joined: Dec 2007
Reputation:
17
topfs2
Team-Kodi Developer
Posts: 4,549
It's because your playing it as a Videofile.
If you have problems please read
this before posting
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.
"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Posts: 19
Joined: Jan 2009
Reputation:
0
ok, so can I do something about it?
Posts: 4,997
Joined: May 2004
Reputation:
12
Try queuing the tracks instead of playing them.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Or do the same thing but just change it so you're using musicfiles rather than videofiles to view your videos.