Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-22* Add image rotation support during resize. (mostly useful for TiVo)Justin Maggard
2011-12-26* Fix inotify detection issue on first-level folders.Justin Maggard
2011-12-07* Make some necessary changes to function on old OSes (like CentOS 5.7).Justin Maggard
2011-11-03* Separate album containers with different artists.Justin Maggard
2011-11-02* Make metadata-based virtual containers case insensitive.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-09-04* Fixup last checkin.Justin Maggard
2011-09-03* Add a verbose logging parameter and playlist skipping, based on SF bug #339...Justin Maggard
2011-08-25* Fix bug from the last checkin.Justin Maggard
2011-08-22* Fix a crash when scanning images without read access. (SF bug #3395670)Justin Maggard
2011-08-06* Add bookmark support for Samsung TVs.Justin Maggard
2011-08-05* Add thumbnail support on folders, since at least XBMC supports it.Justin Maggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-04-21* Escape video tags.Justin Maggard
2011-04-14* Remove .musicArtist from All Artists, so it doesn't get included in UPnP se...Justin Maggard
2011-04-13* Use matching container classes for All Artist/Albums, so they'll go to the ...Justin Maggard
2011-04-08* Do no add inaccessible directories to the database. (Thanks Ivan Mironov)Justin Maggard
2011-02-26* Break out of the scanner on SIGTERM with forking disabled.Justin Maggard
2011-02-15* Use containter definitions instead of hard-coding them.Justin Maggard
2011-02-15* Don't expose album art images in the content directory.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-08-10* Add more translations.Justin Maggard
2010-08-09* Remove the last remnants of hard-coded ObjectIDs.Justin Maggard
2010-08-06* Make Xbox360 support more generic for use with other PlaysForSure clients.Justin Maggard
2010-07-17* Add basic NLS support, so clients can display localized strings during brow...Justin Maggard
2010-01-14* Add M3U/PLS music playlist support.Justin Maggard
2009-11-17* Set database pragma for optimal performance on every DB open.Justin Maggard
2009-11-04* Rework the sql_exec function to use format arguments, to simplfy the code.Justin Maggard
2009-11-02* Implement and use new sql_get_int_field() function to simplify getting inte...Justin Maggard
2009-10-23* Update database entries if inotify catches a file CLOSE_WRITE and the modif...Justin Maggard
2009-10-15* Add SRT subtitle support using Samsung's method.Justin Maggard
2009-10-14* Use band name for virtual audio containers when it's available.Justin Maggard
2009-10-14* Remove ALBUM_ART_PN from the database, since it's forced to be JPEG_TN now.Justin Maggard
2009-10-03* Clean up after some memory allocations before exit so valgrind is happy.Justin Maggard
2009-06-05* To my surprise, XFS doesn't support dt_type in readdir results, so we need ...Justin Maggard
2009-06-05* To my surprise, XFS doesn't support dt_type in readdir results, so we need ...Justin Maggard
2009-05-27* Missed one spot when changing "type" do "dir_type".Justin Maggard
2009-05-23* Follow symlinks. Perhaps we'll make this configurable in the future.Justin Maggard
2009-05-12* Add WAV file support.Justin Maggard
2009-05-03* ReadyNAS-specific change to remove any leftover scanning flag files when we...Justin Maggard
2009-04-30* Some SQL optimizations. Noticeable mostly on very slow systems with very l...Justin Maggard
2009-04-30* Add another SQL index after scanning, which should help UPnPSearch performa...Justin Maggard
2009-04-21* Invalidate the scanner cache when an inotify deletion takes place.Justin Maggard
2009-04-17* Improve indexing to realize a massive scanner speed improvement with very l...Justin Maggard
2009-04-16* Fix some issues with ampersand escaping.Justin Maggard
2009-04-03* Missed case-insensitive collation on title.Justin Maggard
2009-04-03* SQL query optimizations. Basically don't ask for data we're never going to...Justin Maggard
2009-04-02* Add file filters to inotify scanner. Now, for example, an audio-only direc...Justin Maggard
2009-03-27* Add Matroska Video (.mkv) support.Justin Maggard
2009-03-27* Fix issues with duplicate entries in UPnPSearch results.Justin Maggard