Skip to content
cytec edited this page Jun 29, 2012 · 8 revisions

What is SynoDLNAtrakt

SynoDLNAtrakt scrobbles files you stream via DLNA from your Synology DiskStation to trakt.tv

NOTE: you have to enable "debug" mode for your MediaServer in order for this to work: enable debug mode

It uses the lighthttpd accesslog and the synoindex psql Database to decode the information send from MediaServer to any DLNA able device. Settings can be viewed here: https://github.com/cytec/SynoDLNAtrakt/wiki/Settings

In order for this to work, you must/should have XBMC like nfo files for those mediafiles. SynoDLNAtrakt checks if there is an nfo file with the same name as the movie and gets its needed informations out of it. For Series it looks for a tvshow.nfo to obtain the tvdb_id.

If you dont have any nfo files, SynoDLNAtrakt by default trys to guess the needed informations Based on the Filename and sends the infos to themoviedb or thetvdb to get all needed stuff. Please keep in mind that this "try guessing" feature is not really complexe and may be quite buggy for you.

Filenames which work well with "try guessing" are: (xxx can be any other info like language, quality etc)

For Movies:

Movie.Name.year.xxx.extension
Movie.Name.(year).xxx.extension

it also handles spaces and hyphens in filename

if for some reason the file cant be parsed correctly SynoDLNAtrakt trys to parse the parent folder before giving up

for Series:

Series.Name.s00e00.xxx.extension
Series.Name.s00x00.xxx.extension

case insensitive and also supports spaces in filename

Clone this wiki locally