All Versions
35
Latest Version
Avg Release Cycle
82 days
Latest Release
-

Changelog History
Page 4

  • v0.9.0 Changes

    • ๐Ÿ’ป the UI was completely rewritten from scratch; it uses AJAX for all requests
    • โ†” integrated libupnp (http://pupnp.sf.net/) into our source tree
    • โž• added largefile support
    • ๐ŸŽ code has undergone some performance optimizations
    • ๐Ÿ›  fixed a bug where server did not shutdown while http download was in progress
    • all sqlite3 queries are now handled by a single, dedicated thread to make MediaTomb work with SQLite3 compiled with "--enable-threadsafe"
    • ๐Ÿ›  fixed a bug where setting -p 0 did not trigger automatic port selection if it had to override the value in config.xml
    • ๐Ÿ›  fixed bug 1425424 - crash on a bad config.xml - we did not handle the case where the tag was not present. Thanks to Nektarios K. Papadopoulos [email protected] for the report and patch.
    • โž• added configure option and adapted the code to completely supress all log output
    • โž• added configure option and adapted the code to supress debug output
    • โž• added taglib support, thanks to Benhur Stein [email protected] for the patch.
    • ๐Ÿ› bug 1524468 (startup in daemon mode fails) does no longer occur after the integration of libupnp 1.4.x sources
    • ๐Ÿ›  fixed bug 1292295 (string conversion was failing on 64bit platforms)
    • ๐Ÿ›  fixed issue with ContainerUpdateIDs (were not sent out along with accepted subscription)
    • ๐Ÿ›  fixed issue where some directories could not be browsed (filesystem browser). It turned out that we forgot to convert the filenames to UTF-8, as the result invalid characters made their way into the XML that was feeded to the browser.
    • ๐Ÿ‘Œ improved illegal character conversion handling - in case iconv fails we will pad the rest of the name string with "?" and print out the failed name in the console.
    • 0๏ธโƒฃ we now try to determine the default import charsets by looking at the system locale.
    • ๐Ÿ“‡ implemented track number metadata extraction (feature request 1430799). track numbers are now extracted via id3lib/taglib and can also be used in the import script. import.js has been adapted to add tracknumbers to song names in the Album container.
    • โž• added option to supress hidden files when browsing the filesystem
    • added X_MS_MediaReceiverRegistrar Service to allow future Xbox 360 support
    • โž• added workarounds to enable Telegent TG100 avi playback
    • server can now be restarted by sending it a SIGHUP
    • ๐Ÿ”ง the current configuration file will never be displayed in the UI and will never be added to the database - we do not want the user to accidentally share it on the network since it may contain security sensitive data
    • tomb-install is no longer needed, the server will automatically create a default ~/.mediatomb/config.xml file if there is none
    • the database tables will be created automatically if they don't exist
    • ๐Ÿ”ง adapted configure script to correctly set flags for linkers that use the --as-needed option
    • ๐Ÿ’ป the "PC Directory" isn't changeable via the UI anymore to ensure a correct view of the "PC Directory"
    • lookups in the database are now done with hashes, which should make many things faster, especially the adding
    • ๐Ÿ”„ changed the database field "location" from varchar(255) to text to allow urls and locations of unlimited size
    • ๐Ÿ’ป created a new theme for the UI
    • โž• added support for "blind" .srt requests - some renderers like the DSM320 will blindly request the url provided via browse, replacing and found file extension with .srt, we will look for the .srt file in the directory where the original media is located, using the same filename, but with the .srt extension
    • created XML schema for "config.xml" to provide the possiblity of validating the configuration
    • โž• added fallback if js is not available - there is a builtin feature to create a default virtual layout now; config.xml has got an option to select the virtual-layout type, it can be builting, js or disabled.
    • โž• added charset option to the import script, it is not possible to specify the script encoding
    • ๐Ÿ“‡ we now validate filesystem, metadata and scripting charsets upon startup
    • โž• added a special option that allows limiting title and description lengths in UPnP browse replies to a specified length; this was necessary to work around a bug in the TG100 that has problems browsing items where title length exceeds 101 characters.
    • import.js can now specify the upnp class of the last container in the chain
    • all items within a container which upnp class is set to object.container.album.musicAlbum will automatically be sorted by track number.
    • โž• added option to configure the presentation URL to make it easier for NAS vendors to integrate the server into their web UI
    • ๐Ÿ”ง made model number configurable
  • v0.8.1 Changes

    • โž• added "serve" directory, any files there can be downloaded like from a normal webserver
    • implemented keyword extraction for auxdata from libexif
    • implemented keyword extraction for auxdata from libextractor
    • โž• added Exif metadata support for images via libexif.
    • โž• added resolution attribute to image res tag
    • โž• added bitrate and duration attribute to mp3 res tag (via id3lib)
    • โž• added auxdata field for items, auxilary data can be extracted and used by import scripts.
    • โž• added configuration options to specify which aux fields should be extracted and filled by the library.
    • โž• added mysql support
    • ๐Ÿ”ง refined configure script, almost all dependencies are now optional.
    • ๐Ÿ”„ changed database, (not backward compatible again)
    • when an item is deleted all referenced items are deleted as well
    • โž• added option to specify an alternative magic file
  • v0.8.0 Changes

    • Server layout can now be defined using java script, default layout script is provided.
    • โž• Added ID3 tag support.
    • ๐Ÿ›  Fixed various memory leaks.
    • ๐Ÿ’ป Files in the Filesystem Browser are now sorted alphabetically.
    • โž• Added extension to mime-type mappings to the configuration.
    • โž• Added option to limit import by file extensions.
    • โž• Added daemon mode as well as setuid/setgid options, init.d script included.
    • ๐Ÿ›  Fixed mime-type recognition when importing media (filemagic output is now parsed using regular expressions)
    • ๐ŸŒฒ Introduced new log system.
    • โž• Adding/Browsing/Removing media in the UI is now handled asynchroniously.
    • โž• Added a command line option to import media upon server launch.
    • โž• Added target directory option to tomb-install, cleaned up a few things.
  • v0.7.1 Changes

    • ๐Ÿ”ง Mappings of mime-types to upnp classes are now configurable. Actually this is how we solved the DSM-320 problem - they crashed if upnp class of items was different than what the DSM expected.

    • ๐Ÿ”ง tomb-install now creates the database and configuration file from templates (was hardcoded); also sets the name of the server individually for each user (host / username)

    • ๐Ÿ‘Œ Improved handling of configuration, if non critical options are missing we are now setting default values.

  • v0.7 Changes

    • โšก๏ธ The changelog does not start at day 0, updates will be made starting from this release.