JonnyWong16

Results 132 comments of JonnyWong16

You can have multiple versions (`media`) per movie. https://support.plex.tv/articles/200381043-multi-version-movies/ And multiple `parts` per version. https://support.plex.tv/articles/naming-and-organizing-your-movie-media-files/#toc-3

I can't reproduce the issue. ```py >>> from plexapi.server import PlexServer >>> plex = PlexServer() >>> album = plex.library.section("Music").searchAlbums(limit=1)[0] >>> album.section() >>> album.reload() >>> album.section() >>> plex.version '1.40.1.8120-6dc7f7fd8' >>> import...

I honestly don't know. But it looks like your album doesn't have a title ``. Maybe that's a clue?

I'm not entirely convinced `overflow: scroll` is doing anything. `scrollbar.js` is overriding it with `overflow: hidden !important`. ![image](https://github.com/Tautulli/Tautulli/assets/9099342/e2f62ec1-457f-4a5f-8e2e-d919d33f499f)

Because it went stale since it is unreproducible.

Can anyone confirm if the issues is fixed or not on the `nightly` branch?

#1 and #3 is just how Slack displays thing. They have nothing to do with Tautulli.

That's already answered in #202.

The issue is only with removing or moving Tidal tracks in a playlist. There should be nothing preventing you from just listing Tidal tracks in a playlist.

`librarySectionTitle` is already on the base `Video` and `Audio` object. https://github.com/pkkid/python-plexapi/blob/master/plexapi%2Fvideo.py#L61 https://github.com/pkkid/python-plexapi/blob/master/plexapi%2Faudio.py#L74 Do those not work in playlists?