[coherence-dev] XBOX 360 and mutilple storage instances

Dominik dominikruf at googlemail.com
Tue Apr 21 18:10:22 CEST 2009


My backend works now. I haven't tested it very much yet I think it will be
usefully for some people.
http://n2.nabble.com/file/n2670958/feed_storage.py feed_storage.py 
The configuration looks like this
<plugin active="yes">
    <backend>FeedStore</backend>
  <opml_url>http://www.swr3.de/rdf-feed/podcast/</opml_url>
  <uuid>426e6b31-fe2d-46ef-a69a-f0733ff4914f</uuid>
  <name>SWR3 OPML</name>
  </plugin>
or this
<plugin active="yes">
    <name>Quarks</name>
  <uuid>b51ddca7-79ba-47bd-b558-2e830d1e2566</uuid>
  <feed_urls>http://podcast.wdr.de/quarks.xml</feed_urls>
  <backend>FeedStore</backend>
  </plugin>

You can use this backend to share a lot of different podcasts in your
network.
I use it to watch/listen to podcasts on my XBOX 360 in front of my TV.
And since I have install coherence on my NAS (DNS-323) I don't have to turn
on my PC.

If somebody has problems in using it feel free to send me an email.


Dominik wrote:
> 
> Hi,
> 
> as I wrote twice before I try to write my own storage backend and I made
> quite some progress but now I am stuck again.
> The problem can be reproduced with 
> http://n2.nabble.com/file/n2644883/mytest_storage.py this  very simple
> storage backend.
> If I create for example 3 instances of this backend and open all different
> containers on instance "test 1" with the UPnP-Inspector the console
> prints:
> request 0
> test 1
> request 0
> test 1
> request 51
> test 1
> request 53
> test 1
> request 54
> test 1
> but when I try to open the video folder with my XBOX the console prints
> this:
> request 54
> test 3
> 
> So my conclusion from this is that the XBOX always makes requests on the
> last backend storage that has been created (in our case here "test 3")
> Does this mean you can use multiple instances of the some backend storage
> with the XBOX 360, is there a work around for this or do I make something
> wrong?
> 
> cheers
> Dominik
> 
> 

-- 
View this message in context: http://n2.nabble.com/XBOX-360-and-mutilple-storage-instances-tp2644883p2670958.html
Sent from the coherence-dev mailing list archive at Nabble.com.




More information about the coherence-dev mailing list