croneter / PlexKodiConnect

Plex integration in Kodi done right
GNU General Public License v2.0
1.16k stars 77 forks source link

Anyway to prevent plexkodiconnect from resume? #1853

Open daveftw84 opened 2 years ago

daveftw84 commented 2 years ago

im using the tmdb helper player you made and every time i start a movie it always resumes the movie from last resume point. Only when i back out and click again do i get an option to resume or not. Any way to prevent or ignore resumes points?

croneter commented 2 years ago

You should always get a prompt when playing a video with a resume Point whether you want to resume or start playback from the beginning.

How do you start your videos exactly?

Is there another Kodi addon that might interfere?

daveftw84 commented 2 years ago

im using themoviedb.helper. https://github.com/croneter/PlexKodiConnect/issues/1323

Message ID: @.***>

daveftw84 commented 2 years ago

this is the player im using

{ "name" : "PlexKodiConnect", "plugin" : "plugin.video.plexkodiconnect", "priority" : 500, "play_movie" : [

"plugin://plugin.video.plexkodiconnect?mode=search&query={title}", {"title": "{title}", "year": "{year}"} ], "play_episode" : [

"plugin://plugin.video.plexkodiconnect?mode=search&query={showname}", {"title": "{showname}"}, {"season": "{season}"}, {"season": "{season}", "episode": "{episode}"} ], "search_movie" : "plugin://plugin.video.plexkodiconnect?mode=search&query={title}", "search_episode" : "plugin://plugin.video.plexkodiconnect?mode=search&query={showname}" }

On Thu, Jun 30, 2022 at 1:42 AM Chum lee @.***> wrote:

im using themoviedb.helper. https://github.com/croneter/PlexKodiConnect/issues/1323

Message ID: @.***>

daveftw84 commented 2 years ago

play episode isnt working with it, only the play movie. i noticed plexkodiconnect doesnt display season and episode number on each item inside season folders. which is why it would fail i guess. i tried changing it to look for episode title but i cant seem to get it

On Thu, Jun 30, 2022 at 1:44 AM Chum lee @.***> wrote:

this is the player im using

{ "name" : "PlexKodiConnect", "plugin" : "plugin.video.plexkodiconnect", "priority" : 500, "play_movie" : [ "plugin://plugin.video.plexkodiconnect?mode=search&query={title}", {"title": "{title}", "year": "{year}"} ], "play_episode" : [ "plugin://plugin.video.plexkodiconnect?mode=search&query={showname}", {"title": "{showname}"}, {"season": "{season}"}, {"season": "{season}", "episode": "{episode}"} ], "search_movie" : "plugin://plugin.video.plexkodiconnect?mode=search&query={title}", "search_episode" : "plugin://plugin.video.plexkodiconnect?mode=search&query={showname}" }

On Thu, Jun 30, 2022 at 1:42 AM Chum lee @.***> wrote:

im using themoviedb.helper. https://github.com/croneter/PlexKodiConnect/issues/1323

Message ID: @.***>

daveftw84 commented 2 years ago

there is a working embycon player and im wondering if you can tell me if

you see a difference on how plexkodiconnect looks for items compared to embycon by this script?

"play_movie": [

"plugin://plugin.video.embycon/?content_type=video&media_type=movies&mode=GET_CONTENT&url=%7Bserver%7D%2Femby%2FUsers%2F%7Buserid%7D%2FItems%3FIncludeItemTypes%3Dmovie%26Recursive%3Dtrue%26fields%3DMediaStreams%26ImageTypeLimit%3D1%26AnyProviderIdEquals%3Dtvdb.{tvdb},imdb.{imdb},tmdb.{tmdb},trakt.{trakt}", { "dialog": "auto" }

"search_movie": [

"plugin://plugin.video.embycon/?content_type=video&mode=GET_CONTENT&mediatype=movies&url=%7Bserver%7D%2Femby%2FUsers%2F%7Buserid%7D%2FItems%3FIncludeItemTypes%movie%26IncludeMedia%3Dtrue%26filters%3DIsNotFolder%26fields%3DMediaStreams%26Recursive%3Dtrue%26Years%3D{year}%26ImageTypeLimit%3D1%26Limit%3D16%26searchTerm%3D{title+}", { "dialog": "auto" }

Message ID: @.***>

daveftw84 commented 2 years ago

the main reason i want to use this is because of the menus the addon alows to make for my skin. menus like trending, popular, in thearters, tv shows now airing, tv shows that aired today. also gives me trakt without having to sync the library to handle my resume points, etc