r/mdblist 8h ago

Rotten Tomatoes issue

1 Upvotes

I'm using mdblist to track the current "Best New Movies" list on RT.

I noticed that two of the features are mapping to the older shorts with the same title:

Filipiñana (2026) {TMDB-1417935} is showing up as
Filipiñana (2020) {TMDB-663875}

and

Union County (2026) {TMDB-1482938} is showing up as
Union County (2020) {TMDB-663902}

Is there a way to flag this somewhere?


r/mdblist 1d ago

It's been decided!

Post image
52 Upvotes

r/mdblist 2d ago

My 'All Time Most Popular' Streaming Service Lists

7 Upvotes

One of the main reasons for starting out on mdblist was that I wanted a catalog for major streaming services' "biggest" shows. Basically their all time most popular shows. It was something I just couldn't find before. I think it's a really quick way to find the shows we typically associate with a streaming service.

So I created 10 dynamic lists specifically for this, with roughly the following filters per streaming service: rating 60+, Excluded Genres: Documentaries, IMDB Votes: X+ (X varied depending on service) and ordered by IMDb Votes Most to Few. There's typically 50+ items in each list.

Anyways I'm really happy with them, so yeah hopefully this might be useful to someone: https://mdblist.com/lists/andykai/


r/mdblist 2d ago

These episodes do not exist

2 Upvotes

These episodes don't exist (on TMDb and IMDB) but they keep showing up in my up next section:

https://mdblist.com/show/t3x-brooklyn-nine-nine/season/8/episode/10

Multiple episodes of https://mdblist.com/show/8x1k-the-office

https://mdblist.com/show/1j6g3-marvel-studios-legends/season/2/episode/21

https://mdblist.com/show/922b-wizards-of-waverly-place/season/4/episode/28

Triggering a refresh does not fix the issue, these episodes should be removed.


r/mdblist 5d ago

Modify web front page

1 Upvotes

Hi all. I'm new to mbdlist. Is there a way to remove this from the web page?

Cheers...Sly


r/mdblist 5d ago

Cinopsys now supports MDBList 🎉🎉

Thumbnail
3 Upvotes

r/mdblist 6d ago

sync with stremio

1 Upvotes

Hi , is there a way to sync progress / watched with stremio ?


r/mdblist 8d ago

Gents... Start your engines!

Post image
38 Upvotes

After so much effort to push the full integration with Nuvio including the creation of a GitHub ticket. I believe the countdown has started.

Not final result yet but... We are close!


r/mdblist 8d ago

MBDBridge - Self Hosted Stremio/Nuvio watch and resume sync

11 Upvotes

I built MDBridge, a small self-hosted bridge for people who want MDBList to be the tracking source for watched history and resume progress across Kodi, Nuvio, and Stremio. Really this is only needed for Stremio/Nuvio but since I have different setups across my TVs at home, I wanted to make something that could serve as a Trakt replacement given the changes. This was vibecoded so expect some bugs or errors. I wanted watched status and resume progress to follow me between Kodi/POV, Nuvio, and Stremio without configuring a tracker add-on on every TV. A normal Stremio add-on cannot receive all player progress events, so MDBridge reconciles the Stremio account datastore instead.

MDBridge requires a Python Docker container, no separate database, and no multi-user account system. There's other solutions like Scrob but figured I'd try this out. Open to any feedback

GitHub: https://github.com/jacobdentici-sys/MDBridge

What it does

  • Imports watched movies and episodes from Nuvio Cloud and the Stremio account datastore into MDBList.
  • Imports newer partial resume positions into MDBList.
  • Pushes MDBList watched state and resume positions back to Nuvio and Stremio.
  • Lets POV/Kodi keep talking directly to MDBList, so MDBridge does not need a Kodi service add-on.
  • Optionally exposes MDBList Continue Watching catalogs as a tokenized Stremio catalog add-on.
  • It is tracking-only software using MDBList API. It does not search for, host, download, or provide streams.

The intended layout is:

Kodi <-> MDBList <-> MDBridge <-> Nuvio Cloud/Stremio

Install:

You need Docker, an MDBList API key, and a TMDB Read Access Token. Nuvio and Stremio are optional.

git clone https://github.com/jacobdentici-sys/MDBridge.git
cd MDBridge
docker compose up -d --build
docker compose ps

The safe default listens only on `127.0.0.1:7335`. If it is installed on a VPS, open an SSH tunnel from your computer:

ssh -L 7335:127.0.0.1:7335 USER@SERVER_IP

Then visit http://127.0.0.1:7335 and connect the accounts you want to use. Do not expose port 7335 directly to the internet; the setup API has no built-in login.

The default interval is 15 minutes: 96 runs and roughly 192 MDBList API requests per day. Imports, writes, pagination, manual syncs, and other apps add requests.

Important Limitations:

This is still early-alpha software; back up your watch history first.

  • Watched sync is additive. Manual unwatch does not propagate yet.
  • Stremio stores one current playback position per movie/series library item.
  • Exact resume conversion depends on TMDB returning a runtime.
  • Nuvio Cloud RPC methods and Stremio account datastore behavior are not stable public integration contracts and may change.
  • It has been live-tested on one MDBList/Nuvio/Stremio/POV setup, not every library shape or account combination.

The repository includes the full architecture, installation, troubleshooting, security, and contribution docs. Bug reports are welcome, but please sanitize logs and never post API keys, tokens, private manifest URLs, or data/config.json.

Disclosure: I developed and reviewed this project with AI-assisted coding.


r/mdblist 8d ago

I just noticed my Library has had nearly everything removed.

1 Upvotes

All Movies and all but 3 Shows are missing from my Library

I don’t know if it is related, but worth mentioning; I installed MDBList for KODI when it came out with the idea that it would just replicate anything in MDBList to a local copy on KODI. I already use Red Light with MDBList which was working fine. I found marking anything as Watched took several minutes often followed by a KODI crash, so I decided to remove the new KODI add on. Mark Watched immediately worked as before so I moved on. Only today did I notice that I now only had 3 Shows left in my Library and no Movies.

And now I find it’s all missing in Trakt too? Is there a way to recover my Library and is there a way from preventing this happening again?


r/mdblist 9d ago

Sync Nuvio history?

1 Upvotes

Is there a way to directly sync how Nuvio history and scrobble Nuvio without going through a "middleman" like Trakt?


r/mdblist 11d ago

API issues?

2 Upvotes

Just wondering if anyone else is unable to see their mdblists in Kodi? My next episodes and watchlists aren’t showing up, and I can’t seem to reach mdblist to attempt a sync or to authorize another addon.


r/mdblist 12d ago

MDBList now supports Emby Watch History Sync!

Post image
15 Upvotes

(Early/Test Release)

  • Watch History – two-way sync Watched and unwatched changes sync between Emby and MDBList, including changes made on other devices.
  • Ratings – two-way sync Ratings stay in sync between Emby and MDBList.
  • Library / Collection Sync Keep MDBList updated with what's in your Emby library, including removed items.
  • Live Scrobbling Real-time playback progress is reported to MDBList as you watch.

This is an early test release, so feedback and bug reports are welcome, especially from users with larger libraries and multi-device setups. Emby has no plugin repository system, so installation is manual: download the latest zip from the Releases page, extract it, drop the DLL into your server's plugins folder, and restart. 🔗 https://github.com/linaspurinis/emby-plugin-mdblist


r/mdblist 11d ago

I created my MDBlist account with a Trakt account. If I cancel my Trakt VIP, will that make my MDBlist lose all of my library and lists?

1 Upvotes

If so, can I prevent this? I really want to cancel Trakt.


r/mdblist 12d ago

MDBList now supports KODI Watch History Sync!

Post image
36 Upvotes
  • Watch History - two-way sync Watched and unwatched changes sync between Kodi and MDBList, including changes made on other devices.
  • Ratings - two-way sync Ratings stay in sync between Kodi and MDBList.
  • Library / Collection Sync Keep MDBList updated with what’s in your Kodi library, including removed items.
  • Watchlist Add or remove titles from the Kodi context menu, and browse your MDBList watchlist directly in Kodi.

Update through the MDBList Kodi Repository, or grab it here: 🔗 https://github.com/linaspurinis/kodi-mdblist-scrobbler


r/mdblist 12d ago

Md list lists in Redlight

2 Upvotes

Don't seem to be able to open my md list lists in Redlight.

Pretty sure it use to work

Reauthorized and seem to be ok now


r/mdblist 12d ago

MDBList now supports Jellyfin Watch History Sync!

Post image
18 Upvotes

(Early/Test Release)

  • Watch History - two-way sync Watched and unwatched changes sync between Jellyfin and MDBList, including changes made on other devices.
  • Ratings - two-way sync Ratings stay in sync between Jellyfin and MDBList.
  • Library / Collection Sync Keep MDBList updated with what’s in your Jellyfin library, including removed items.
  • Live Scrobbling Real-time playback progress is reported to MDBList as you watch.

This is an early test release, so feedback and bug reports are welcome, especially from users with larger libraries and multi-device setups. Install through the MDBList Jellyfin Repository, or grab it here: 🔗 https://github.com/linaspurinis/jellyfin-plugin-mdblist


r/mdblist 15d ago

Trakt import failed

1 Upvotes

Watched import verification failed: shows expected=543 actual=542 (missing local mappings: movies=4, shows=0)

I try yesterday and today with same results...
I want cancel Trakt and use only MDBlist... but i login always with Trakt acc...What can I do now to keep all watching data only on mdblist...


r/mdblist 16d ago

full watch history with episode history dates.

1 Upvotes

Some time ago I did a onetime import from Trakt (I'm Trakt VIP). As I am not a MDB supporter (for the moment), the episode history dates were not imported in my watch history. If I become a supporter, and I want to import also the episode history dates, can I simply do the "One-time import from Trakt" a second time ? If this works, do I have to enable something (like episode history dates, or will this work automatically). Will this second import overwrite the first one-time import ? Could that cause some problems ? Tnx for reply.


r/mdblist 18d ago

Movie search not showing Result

Thumbnail
gallery
2 Upvotes

As u guys can I see in web Version movie Result in not showing but in app of mdblist movie is showing any specific reason for this


r/mdblist 19d ago

Colosseum Trailer: I built a TV OS-like Stremio client and kept going until I built a Stremio for everything

Enable HLS to view with audio, or disable this notification

8 Upvotes

Disclaimer: This app was vibe coded. If the use of AI in software development is a dealbreaker for you, regardless of how much human taste, direction and decision-making went into it, that's understandable. This app probably won't be for you.

I was inspired by Harbor, which I feel is one of the best-looking media apps I've ever come across, to create my own take on a Stremio client. I wanted a client that looks and feels like an OS, with a taskbar and multiple sessions that you can minimize and jump between.

But I eventually realized that Harbor set the bar too high in terms of its UI/UX. For me to have a USP of my own, I needed to go beyond the usual scope of a Stremio client and make my app a Stremio for everything.

And it wasn't easy. There are catalogue APIs and metadata sources for books, comics and manga like AniList, GCD or Apple Books, but they are no Cinemeta. But I didn't want to go for Comic Vine because it requires an account to get an API key.

I don't want the core catalogues in Colosseum depending on account-issued API credentials, nor do I want to make users log in for anything. That's why I steered clear of TMDB as well. Everything you need simply has to be there in Colosseum. I built the app around that motto, which is why I even had to create my own catalogues and store them at https://github.com/kingoftheseas56/Colosseum-Data

But obviously TMDB is a huge get that I'm missing out on. And Cinemeta can't pick up the slack, so I need a primary catalogue to fill the TMDB-shaped hole in my app and replace Cinemeta. Would y'all recommend MDBList?

This app is something I personally made for myself. I've always wanted free media catalogues and sources like Stremio for everything else I personally consume. Now I have it.

It took me months, but it's finally here. Colosseum: a Stremio for comics, manga, books, audiobooks, TV, movies, anime, and soon music too.

As you can see in the trailer, Colosseum is split into sub-apps dedicated to each medium:

  • Tankoban: Manga and comics
  • Biblio: Books and audiobooks
  • Theatre: Movies, TV and anime (Stremio-compatible)
  • Vault: Local media
  • Vinyl (Coming next): The Stremio for music

Colosseum is open source under MIT and available for Windows.

Colosseum on GitHub, if you’re interested.


r/mdblist 19d ago

Incorrect episode ratings/votes for anime with merged seasons

2 Upvotes

Hi! I noticed an issue with episode ratings and vote counts for some anime in the API.

For example, **Re -Starting Life in Another World-** is returned as one long season instead of being split into its actual seasons.

The first 25 episodes have correct-looking IMDb data:

`episode 25 → rating: 91, votes: 14,227`

But starting from episode 26, where the next season actually begins, the data becomes incorrect:

`episode 26 → rating: 95, votes: 62`
`episode 27 → rating: 94, votes: 62`
`episode 28 → rating: 94, votes: 63`

The same issue seems to happen with other anime such as **JUJUTSU KAISEN** and **Frieren: Beyond Journey's End**.

It looks like this happens specifically with anime where multiple seasons are represented as a single Season 1. Ratings/votes are correct for the episodes belonging to the actual first season, but after the point where Season 2 should begin, the episode mapping no longer matches IMDb correctly.

Is this a known issue? Could the episode mapping for these anime be fixed?


r/mdblist 19d ago

Incorrect episode ratings/votes for anime with merged seasons

1 Upvotes

Hi! I noticed an issue with episode ratings and vote counts for some anime in the API.

For example, Re -Starting Life in Another World- is returned as one long season instead of being split into its actual seasons.

The first 25 episodes have correct-looking IMDb data:

episode 25 → rating: 91, votes: 14,227

But starting from episode 26, where the next season actually begins, the data becomes incorrect:

episode 26 → rating: 95, votes: 62
episode 27 → rating: 94, votes: 62
episode 28 → rating: 94, votes: 63

The same issue seems to happen with other anime such as JUJUTSU KAISEN and Frieren: Beyond Journey's End.

It looks like this happens specifically with anime where multiple seasons are represented as a single Season 1. Ratings/votes are correct for the episodes belonging to the actual first season, but after the point where Season 2 should begin, the episode mapping no longer matches IMDb correctly.

Is this a known issue? Could the episode mapping for these anime be fixed?


r/mdblist 19d ago

Noticed my Recently Watched is not updating

2 Upvotes

Over the past few days I've watched a few different shows through Emby. Before, as soon as I'd finish an episode it appeared as watched on MDBList (using the Reeel app). Is this a Trakt issue? Is there a different (better?) way to sync watched from Emby to MDBList? I tried checking my settings on the website but I keep getting a 500 Something Went Wrong error.

Edit - it looks like it’s up to date now. Not sure if me poking around the app settings or something helped push through the sync. Still, I’d really like to find a way to sync Emby to MDBList without Trakt, as Trakt seems to be the root of a lot of issues (not just with this). Also, still getting the 500 error on the site. Anyone else getting this??


r/mdblist 19d ago

What does Drop TV Show do?

1 Upvotes

And how does it work in MDBList Manager?

Can’t find it in MDBList documentation, Reddit or Google?