Posts: 1,253
Joined: Dec 2008
Reputation:
15
Low priority request:
I noticed when browsing available UPnP servers on my TV that some of them are listed with a branded icon. Would be nice to have such an icon for XBMC as well.
Posts: 328
Joined: Jul 2011
Reputation:
7
Can't wait for this round of merges.
Awesome!
Posts: 1,483
Joined: Aug 2010
2012-10-03, 11:25
(This post was last modified: 2012-10-03, 12:10 by Robotica.)
Hi Alcoheca,
great to see your PR's have been committed! Does sorting also works for pictures over UpNP?
and
(2012-06-29, 14:02)Robotica Wrote: Great project Alcoheca!
Can you tell if picture streaming over UPNP is also part of your plans? Unlike video and audio, pictures aren't stored in a database but they (and their metadata) are cached, which has recently changed drasticly.
As far as I know picture streaming over UPNP in XBMC Eden/Frodo is fixed but needs some work also.
Can you tell something about your plans related to UpNP and pictures?
Posts: 265
Joined: Feb 2008
Reputation:
6
that fixed viewing photos from a non-xbmc server. We've never served photos to other devices as we don't have a photos database.
Posts: 1,483
Joined: Aug 2010
2012-10-03, 12:41
(This post was last modified: 2012-10-03, 13:02 by Robotica.)
I see. As I understand it wouldn't make sense to serve photo's from XBMC's cache (instead of the database).
But refreshing directory listings when viewing for example, is that something you plan for? See:
http://forum.xbmc.org/showthread.php?tid=95215
just curious....
Posts: 265
Joined: Feb 2008
Reputation:
6
Yes that's fixed in my upnp-caching branch
Posts: 1,483
Joined: Aug 2010
For a (more) complete (and simple) UPNP overview (for pictures):
If a UPNP server is discovered, a client connection is established. Then viewing all metadata is possible (with the sort criteria passed by client devices, falling back to the default sort method specified in GUIViewState). Directory listings are updated automaticly. Then it should be possible to invoke XBMC features like slideshow...
Not possible:
Databasing pictures using XBMC, serve pictures to other clients (needs pictures to have a database first, manipulate metadata.
Btw, the UPNP wiki is wrong in the section UPNP in XBMC. It states XBMC can stream pictures.
Posts: 1,483
Joined: Aug 2010
maybe serving from cache is an option, dunno... And i am not allowed in the wiki but i let men know anyway.
Posts: 31,445
Joined: Jan 2011
(2012-10-04, 10:15)Robotica Wrote: ...And i am not allowed in the wiki but i let men know anyway.
Anyone is allowed in the wiki...
Posts: 1,253
Joined: Dec 2008
Reputation:
15
Just updated to todays (october 12th) nightly to test out all the new UPnP features added this week, and found that UPnP is nearly completely broken at the moment:
TV - Panasonic ST50
1) In the list of available servers, XBMC is missing it's icon (not sure if support for that was part of the recent device icon commit or not)
2) Video Library is empty
3) Music Library:
Artists > Sabaton > Carolus Rex > Result: "Connection to the server failed"
Albums > Carolus Rex > Result: "Connection to the server failed"
Songs > Result: "Connection to the server failed"
Genres > Power Metal > Sabaton > Carolus Rex > Result: "Connection to the server failed"
AVR - Pioneer VSX-921
1) Video Library is empty
2) Music Library
Artists > Sabaton > Carolus Rex > Result: "Server Error"
Albums > Carolus Rex > Gott Mit Uns > Result: Song plays
Songs > Gott Mit Uns > Result: Song plays
Genres > Power Metal > Sabaton > Result: "Server Error"
Notice that the TV and the AVR fails at different "depths".
Is this a known issue?
I'll upload some logs in an hour or two.