Share

djmount - mount AV device as filesystem

File Release Notes and Changelog

Release Name: 0.40

Notes:
djmount - mount MediaServers content as a Linux filesystem.

This project allows to mount as a Linux filesystem the content
of MediaServer devices compatible with the UPnP AV protocol.

Djmount discovers automatically all UPnP AV Media Servers on the network,
and make the content available in a directory tree.
An Audio or Video file is rendered as a playlist (.m3u or .ram) which
contains an URL for the file. Therefore only the address of the file
is exported through djmount ; the actual content is streamed through
HTTP when the playlist is accessed by your favorite media player.

Current features:
- UPnP AV browsing,
- .m3u and .ram playlists generation,
- caching of network requests, in order to improve performances 
  for large media collections,
- i18n charset support,

Tested ok with 
- TwonkyVision UPnP Music Server (2.9.1 for Linux),
- GMediaServer on Linux (0.4, 0.5 or 0.7 ok - 0.6 not working),
- Ahead Nero MediaHome Server (included in Nero ultra 6.6)
- Microsoft Windows Media Connect 
- GeeXboX uShare on Linux

Prerequisites for compilation:
the FUSE package : http://fuse.sourceforge.net/


Changes: What is new in 0.40 * new build system : standard autoconf + automake support for all packages, including bundled libupnp. * tested ok with GeeXboX uShare ( http://ushare.geexbox.org/ ) * fix: additional checks and logs for devices with incorrect ServiceType or ServiceId values