-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use with "Play next video automatically" #203
Comments
I would expect this to work already. There should not be a difference in how this works for local or SMB/NFS content. (I am using NFS myself). In all three cases, we rely on Kodi's media library to know what the next episode is based on the existing episode and the information stored in Kodi. We do not need the "Play next video automatically" to be enabled. There is no advantage to have this, if you have Up Next installed. Please share your Kodi debug log (preferably, restart and perform a minimum set of action to reproduce this) so we can see what Up Next is doing. |
Aha, but there is! I do not use the Kodi library in any way: none of the local and SMB locations I have set up are included in the Kodi database. As such, Up Next won't be able to find the next episode in the database, but it would be able to honor the next playlist item. I thought this would be where the setting "Enable on playlists" would come in. I'd say it's rather confusing that it doesn't. I went through the debug log, but there is no mention at all of Up Next trying to find a file to play next, but that makes sense if it only considers entries from the database. |
So the main question remains why Kodi is not playing the next file. What type of files did you select in the settings? I assume Kodi does not know what is a series or a movie if it did not index the files... But I think we can close the ticket. |
Kodi does add the files to the playlist and it will play the next file when it's at the end of a file. I just thought that "Enable on playlists" would trigger the Up Next popup 30 seconds (or custom time) before the end, because there's a next item in Kodi's playlist. Apparently it doesn't. |
Should it (for Kodi's own queue/playlist)? Or is it by design that it doesn't, and did I misunderstand the option? |
@ltguillaume This option was removed in v1.0.2
And then re-added in v1.1.1 Maybe @angelblue05, @BrutuZ or @im85288 can comment on this? (And we can document this option better) In the master branch we recently changed how Up Next behaves (scheduling the next episode in the playlist) which obviously needs to skip if there is already a playlist. And we know there are some issues in the current implementation from the mast branch (see #204). |
Thanks. That "re-adding" also confused me, as the description "Ignore playlist" is opposite to what the current settings (in the current master) said: "Enable on playlists". It made me think the setting might be reversed to what the UI suggests. |
Well, an option to enable something, is also an option to disable something. So I would not read too much into it. |
As mentioned above, UpNext uses information from the Kodi DB to know whether or not to show the pop-up and to which episode. If you're not using the DB at all, the plugin have no information to show the pop-up. I inverted the setting's label when re-adding it after the project refactor and renaming (NextUp > UpNext) just for consistency of options enabling certain functionality \ behavior. Having a active toggle to disable something felt counter-intuitive. The only effect of "Enable on Playlists" is whether or not UpNext is allowed to break the current queue if one of its episodes has a sequel.
|
You're absolutely right, I somehow completely overlooked the fact that in this case, the only info would be the filenames.
Yes, that makes sense. When I saw the changelog and since I thought using the user playlist without Kodi DB should also work, I was unsure if the option was properly "inverted". Thanks for explaining the feature. It's much clearer now what I can Up Next for. Much obliged. |
I am using Kodi via LibreELEC on a Raspberry Pi 2, without the use of the library. I'm trying to get Up Next to work when I start playing a single file on an SMB share with several files in the same path.
In the Kodi settings under Player > Videos, there's the option "Play next video automatically", which automatically adds other files in a folder to Kodi's playlist (queue).
I assumed that this is the playlist (queue) that Up Next refers to in its settings ("Enable on playlists"), but am I wrong? Does Up Next only work for saved playlists?
If so, can Up Next also be made to work for Kodi's ad-hoc playlist/the queue?
Edit: I may have searched the issues with the wrong keywords, may be duplicate of #199. But trying the latest master (with #198 merged) did not change anything.
The text was updated successfully, but these errors were encountered: