Posts: 11
Joined: Aug 2004
Reputation:
0
Hey all,
I am wondering if there is a way to make a play list of my pictures using the web interface. like for video or music?
I want to use xbmc for showing my pictures,
there is no play list function for the web interface!
only for video and music.
I want them to show on the fly.
what I am trying to do is:
Edit my pictures on one pc and show them after editing on another pc using xbmc.
the way i wanted to do it is:
share a folder on my editing pc and use that pc to make a playlist using the web interface.
I know there are custom made web interface flying around on the internet.
can some help me with this.
Thank you very much in advance.
Greetz Dcnigma
Posts: 20
Joined: Feb 2007
Reputation:
0
r2504
Junior Member
Posts: 20
I also take lots of pictures during for example holidays which are stored on my NAS, but whenever I get visitors I don't want to show all of the photo's, but only a selection.
Is there no 'picture playlist' available ?
Posts: 20
Joined: Feb 2007
Reputation:
0
r2504
Junior Member
Posts: 20
Any news on this ?
It's still very annoying to show people holiday foto's as I've so many and only want to show a subset. The playlist shouldn't even be cross folder, but just within one folder would already be fine?
Or some 'rate it' system and an option to only show those picture with a certain minimum rating.
Posts: 19
Joined: Nov 2012
Reputation:
0
LennyX
Junior Member
Posts: 19
* push *
Really nobody interested in such a feature? Should be easy to implement.
Posts: 424
Joined: Mar 2010
Reputation:
13
in general if you do some of the work, then someone will chime in to help you along the way, or maybe even finish the code for you.
find out how it works for music and videos. find out what files are involved, look in them to see how it might work.
try to add pictures into the mix.
if you break something, report back. You can't really come on here and say it should be easy, when really you have no idea if its easy or not. Maybe it is. Find out.
Posts: 548
Joined: Jul 2010
Reputation:
14
A little tip.
If you say "should be easy" to a dev, its a sure way to be ignored..
Posts: 9
Joined: Dec 2013
Reputation:
0
I've found that you 'can' create a photo playlist, and I have been doing so since the XBOX heyday.
You just create a .m3u playlist and put the paths of the images in there.
This is an example of what 'I' am using(it uses relative paths):
..\..\MAIN\2009\2009-04-06\20090406_2246_tsm.jpg
..\..\MAIN\2009\2009-04-06\20090406_2247_tsm.jpg
..\..\MAIN\2009\2009-04-06\20090406_8767.jpg
..\..\MAIN\2009\2009-04-06\20090406_2286_tsm.jpg
..\..\MAIN\2009\2009-04-06\20090406_2248_tsm.jpg
..\..\MAIN\2009\2009-04-06\20090406_8708.jpg
..\..\MAIN\2009\2009-04-06\20090406_2249_tsm.jpg
but you could also use something like:
smb://server/photos/main/2009/2009-04-06/20090406_2246_tsm.jpg
What I wish I could do, is be able to point the screensaver slideshow at one of these .m3u playlists.(rather than only a folder)
XBMC does NOT allow you to create these playlists. You have to pull out your favourite text editor, or(as I usually do) configure your favourite DAM(mine is IMatch) to create your playlists for you.
cheers, DM