r/tinyMediaManager

JSON inválida do scraper, no caso themoviedb.org.

JSON inválida do scraper, no caso themoviedb.org.

Olá, estou enfrentando um problema no tinyMediaManager ao tentar obter metadados da séries usando o scraper themoviedb.org .

Ambiente

  • Versão do tinyMediaManager: 5.2.12
  • Sistema Operacional: Windows
  • Configuração de idioma: Português (Brasil) – pt_BR
  • Fonte do scraper: themoviedb.org

Problema

Ao pesquisar a série, o tinyMediaManager encontra corretamente o resultado (ID TMDB 240411), mas ocorre um erro ao carregar detalhes adicionais:

com.google.gson.stream.MalformedJsonException:

Use JsonReader.setLenient(true) para aceitar JSON malformado na linha 1, coluna ...

Comportamento observado

  • A série aparece corretamente nos resultados da pesquisa
  • O erro ocorre ao carregar metadata/artwork/details
  • Parece que o scraper está recebendo JSON malformado ou incompleto da API

Solução de problemas já tentada

  • Reiniciei o tinyMediaManager
  • Tentei a busca várias vezes
  • O problema persiste especificamente com o scraper do TMDB

Séries afetadas

Todas as séries e filmes

https://preview.redd.it/jclf0rte272h1.png?width=2277&format=png&auto=webp&s=85743e71f6a25998dedc8e4032fb558991ddd647

reddit.com
u/Fluffy-Importance384 — 2 days ago

How do I increase my library memory size on MacOS 26.5?

I have looked in the FAQ, and I cannot find the way to deal with this problem? Please advise?

Processing img 6uwexqo4ox1h1...

reddit.com
u/blueshirtsteve — 3 days ago

Release v5.2.12

+ [Launcher] rewrote the launcher to Rust for better support of old OS versions #3271
+ [UI] added a new filter option to filter via AND/OR logic for genres and tags
+ [UI] added a new filter for TV show episode editions #3263
+ [UI] split the tag filter in the TV show module into dedicated TV show and episode filters
+ [UI] added an option to show/hide the result of the post-processing commands
+ [UI] added an action to remove all ratings to the TV show bulk editor
+ [IMDB] added experimental support for calling IMDB via browser engine
   HINT: you need to enable this in the scraper settings of the IMDB scraper
+ [IMDB] added support for using cookies from the browser
+ [TMDB] added support for fetching external IDs (IMDb, TVRage, ...) for cast and crew members #3255
+ [Template] added a new export template for movies and TV shows (PBDarkTemplate). thx @ppoilbarbe


x [Settings] startup-check if settings are read-/writeable #3271
x [Movies, TV shows] remove values from curly brackets on update data sources
x [Movies, TV shows] enhanced detection of extras on update data sources
x [UI] fixed sorting by rating in the TV show module
x [UI] fixed deleting old messages in the message dialog
x [Mediainfo] execute libmediainfo in a dedicated thread to avoid blocking the app
x [IMDB] do not overwrite Top250 on error
x [IMDB] added an option to use cookies from the browser
x [OMDB] fixed parsing of episode lists
x [Trakt.tv] added new pagination limits due to API changes
x [TvShows] further improve episode detection
x [Subtitles] improve detection for hearing impaired
x [Docker] updated Docker base image

reddit.com
u/mlaggner — 7 days ago

Skip folders by Regular Expression

For some reason, it is essential for me to store movies and TV shows in the same base folder.

To exclude movies from the TV Shows section, I have appended an underscore to folders containing TV shows. In Settings > TV Shows > Data Sources, I've defined this Regular Expression exclusion rule:

.+[^_]$

This is supposed to skip folders where the last character is not an underscore. For example, these folder should show up in the TV Shows section:

/Volumes/Disk4/Films/Great Railway Journeys_/
/Volumes/Disk4/Films/Twin Peaks_/

Whereas these should be skipped:

/Volumes/Disk4/Films/High Noon/ 
/Volumes/Disk4/Films/Broken Flowers/

With the Regular Expression .+[^_]$ in place, updating the source will not find anything at all.

Any clues how to get this working as expected?

reddit.com
u/muscicapa-striata — 12 days ago

TMM keeps adding the TVDB code to the title of the series

Anyone know why it's doing this? I can edit them manually, but I'd rather just have it not do it to begin with.

EDIT: Solved. u/guythorp correctly pointed out that this happens when you have the code in the pathname combined with the "do not overwrite" box checked.

u/WraithTDK — 14 days ago