Share

djmount - mount AV device as filesystem

File Release Notes and Changelog

Release Name: 0.25

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,
- caching of network requests, in order to improve performances 
  for large media collections,
- preliminary i18n charset support (supports 8bits charsets
   iso-8859-x and CPxxx),
- tested on Linux with TwonkyVision UPnP Music Server and 
   GMediaServer .

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

Changes: - preliminary i18n charset support (supports 8bits charsets iso-8859-x and CPxxx), - tested on Linux with TwonkyVision UPnP Music Server and GMediaServer