Archive:TinyMediaManager: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Mlaggner
(Created page with "<section begin="intro" />tinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the XBOX Media Center (XBMC). Due to the fact th...")
 
mNo edit summary
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<section begin="intro" />tinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the XBOX Media Center (XBMC). Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux and Mac OSX (and possible more OS).
 
<section begin="intro" />tinyMediaManager is a media management tool for movies, moviesets and TV shows, which is written in Java/Swing. It supports importing and exporting of NFO files, downloading of artwork and renaming of media files (along with the corresponding NFOs and artwork). Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux and Mac OSX (and possible more OS).<section end="intro" />


'''Features''':
'''Features''':
*searching for movies in a specified folder (one movie per folder)
* searching for movies in a specified folder (one movie per folder)
*parsing existing NFO files (EMM/XBMC format)
* searching and parsing TV shows and episoded (including season/episode detection from filename)
*scraping metadata and artwork from TMDB
* parsing existing NFO files (EMM/XBMC format)
*scraping metadata from IMDB
* scraping metadata and artwork from TMDB
*scraping metadata from OFDb.de
* scraping metadata from IMDB
*scraping artwork from fanart.tv
* scraping metadata from OFDb.de
*scraping trailer from OFDb.de
* scraping metadata from thetvdb.com
*scraping trailer from hd-trailers.net
* scraping artwork from fanart.tv
*writing NFO files (XBMC and MediaPortal format; MediaPortal is not fully tested)
* scraping trailer from OFDb.de
*changing movie metadata (also choosing different images)
* scraping trailer from hd-trailers.net
*movieset management
* writing NFO files (XBMC and MediaPortal format; MediaPortal is not fully tested)
*batch processing (search all unscraped movies - forcing best match; scrape all selected movies - forcing best match)
* changing movie metadata (also choosing different images)
*App for Mac OSX; Executeable file for Windows; Shellscript/.desktop file for Linux
* changing TV show / episode metadata (along with images)
*Automatic updates at startup
* movieset management
*renamer
* batch processing (search all unscraped movies - forcing best match; scrape all selected movies - forcing best match)
*extracting media information via MediaInfo<section end="intro" />
* renamer
 
* extracting media information via MediaInfo
* export the movielist to html/xml/csv
* multilanguage interface
* Automatic updates at startup
* App for Mac OSX; Executeable file for Windows; Shellscript/.desktop file for Linux




*Official homepage: http://www.tinymediamanager.org
* Official homepage: http://www.tinymediamanager.org
*Google code page: https://code.google.com/p/tinymediamanager/
* Code: https://github.com/tinyMediaManager/tinyMediaManager


{{forum link2|See the [[forum:142723|tinyMediaManager thread]] on the XBMC forums for more information.}}
{{forum link2|See the [[forum:142723|tinyMediaManager thread]] on the Kodi forums for more information.}}
[[Category:Supplemental tools]]
[[Category:Library managers]]
[[Category:Windows]]
[[Category:Mac OS X]]
[[Category:Linux]]

Latest revision as of 02:57, 23 July 2020

tinyMediaManager is a media management tool for movies, moviesets and TV shows, which is written in Java/Swing. It supports importing and exporting of NFO files, downloading of artwork and renaming of media files (along with the corresponding NFOs and artwork). Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux and Mac OSX (and possible more OS).

Features:

  • searching for movies in a specified folder (one movie per folder)
  • searching and parsing TV shows and episoded (including season/episode detection from filename)
  • parsing existing NFO files (EMM/XBMC format)
  • scraping metadata and artwork from TMDB
  • scraping metadata from IMDB
  • scraping metadata from OFDb.de
  • scraping metadata from thetvdb.com
  • scraping artwork from fanart.tv
  • scraping trailer from OFDb.de
  • scraping trailer from hd-trailers.net
  • writing NFO files (XBMC and MediaPortal format; MediaPortal is not fully tested)
  • changing movie metadata (also choosing different images)
  • changing TV show / episode metadata (along with images)
  • movieset management
  • batch processing (search all unscraped movies - forcing best match; scrape all selected movies - forcing best match)
  • renamer
  • extracting media information via MediaInfo
  • export the movielist to html/xml/csv
  • multilanguage interface
  • Automatic updates at startup
  • App for Mac OSX; Executeable file for Windows; Shellscript/.desktop file for Linux


Attention talk.png See the tinyMediaManager thread on the Kodi forums for more information.