Export missing chapter list
#1
Goodnight. Is there a way to export the missing chapter list in a csv or json? Can it be done with JMTE?
If possible I would need some help.

thank you.
#2
missing chapter list of what? TV shows (episodes)? movie sets? ...?
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
(2020-11-09, 07:57)mlaggner Wrote: missing chapter list of what? TV shows (episodes)? movie sets? ...?
TV Show (episodes)
#4
probably not, because we do not have this information in a usable format in the database (so JMTE has access to it).

to get the data the following snippet may be working  (cannot test it here at the moment) if you have the missing episode data already fetched:

Code:

${foreach tvShows show}
  ${foreach show.episodesForDisplay episode}
    ${if episode.dummy}
      ${episode.title}
    ${end} 
  ${end}
${end}
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab

Logout Mark Read Team Forum Stats Members Help
Export missing chapter list0