Ticket #36 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

move the XBox tricks out of the fs_storage.py backend into the media_server.py

Reported by: dev Assigned to: dev
Priority: major Milestone: 1.0
Component: MediaServer Server Version:
Keywords: Cc:

Description

The necessary things to simulate a Windows Media Connect server structure for an XBox that connects to our MS should not be part of the MediaServer backend.

Maybe we should translocate it to the media_server.py and add an additional layer between the generic SOAP call and the upnp_Browse function provided by the backend.

Change History

20.01.2007 15:06:06 changed by dev

(In [242]) Cleaned up the backend upnp_... functions, moved the universal ones into the service.

This addresses #36, but we need for this to work properly some additional mapping supplied by the backend to tell which of the Windows Media Connect 'directories' the backend actually supports.

Added a method to browse the content of the Flickr backend. This should evolve in some future into something that allows browser access to any of the non-filesystem backends.

21.01.2007 13:31:17 changed by dev

(In [244]) try something to make the MediaServer usage from an XBox a little bit more universal, addresses #36

15.02.2007 14:27:47 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.