Thanks @dane22 . I noted Plex use a SQLLite db. Could I access to the file directly via API? Obviously I’m thinking in download a copy or open readonly mode.
@lexus232 I’m building a Plex client for iOS and AppleTV. I have to request the library to PMS on the fly and then merge with others media libraries. Plex2CSV it’s awesome, but I need a dynamic solution via API or read the original db.
Thanks dane22. I did a progressive library parse being careful to don’t collapse the server. It’s a very complex solution but I don’t find other. I need the imdb in the first place because the plex media server library will be merged with others libraries and I don’t want duplicate movies.
Since you in different libraries can have different primary agents, you could end up with some matched towards imdb, and others against other sources, and as such, will be without an IMDB guid
And still doesn’t grasp, why you simply doesn’t use Plex2CSV
That could generate a list of both the source and the target library, so all you needed was to compare those lists.