Windows [ADDED in Frodo] XBMC - Autoplay next video

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bossanova808 Offline
Member+
Posts: 1,532
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #51
(yeah just wanted to make my point Smile
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,954
Joined: Jan 2011
Reputation: 132
Location: Arizona, USA
Post: #52
Another (possibly more complex) idea occurred to me that might simplify settings and defaults. I've got a video player (MPlayerX for Mac OS X) that will only auto play the next file if it is named in such a way that would suggest that it is the "next episode". So if I have in one folder a bunch of random stuff, it will auto play the episodes of the same show, but stop when it hits something else. This behavior would also play movies one at a time (in most cases).

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
Dush Offline
Junior Member
Posts: 2
Joined: Aug 2012
Reputation: 0
Location: Rennes, France
Post: #53
Hi,

I'm glad to see I'm not the only one to looking for this kind of feature... But I would like more complete solution.
Something to list series which I began to watch, and when I select one of them, start the next episode to see, and the next after (such as "play from here").

This feature is planned on future release ? How to request for new feature ? You said devs are very busy, are-there any chance to see this feature in next release ? Big Grin
(This post was last modified: 2012-08-05 16:28 by Dush.)
find quote
Dush Offline
Junior Member
Posts: 2
Joined: Aug 2012
Reputation: 0
Location: Rennes, France
Post: #54
No reaction Sad

It's because you don't see ? You don't understand what I means (my poor English don't help) ? Or this feature isn't interested ?

I suggest something else to take your idea Ned :

"Series Mode"
if disabled, xbmc's behavior is not changed.
If it's on :
  • if it's a serie, when you play episode, next is autoplayed. If not (film directory), only selected movie is played. (this idea come from last posts)
  • when you push "play" on series directory : the first not seen episode is played, and the next after (autoplay)
  • we can add a "play only this video" to replace "play from here" (when the option is on)


I began to read code to see if I can do it, and if it's difficult... But my c++ is little rusty Wink
find quote
shelby67 Offline
Junior Member
Posts: 21
Joined: May 2012
Reputation: 0
Location: Melbourne, Australia
Post: #55
Hi Dush,

Things move slowly around here, a little patience is required.
Your idea has merit, but I think it is adding an extra layer of complexity. If you do manage to write some code for this it would be interesting to see.


(2012-08-02 03:17)Ned Scott Wrote:  Another (possibly more complex) idea occurred to me that might simplify settings and defaults. I've got a video player (MPlayerX for Mac OS X) that will only auto play the next file if it is named in such a way that would suggest that it is the "next episode". So if I have in one folder a bunch of random stuff, it will auto play the episodes of the same show, but stop when it hits something else. This behavior would also play movies one at a time (in most cases).


Hi Ned,

After thinking about this for a while, I do like the idea.
I am very happy with the way the current patch is working though (that's just me).

If your method above were to be cooked into XBMC - I would happily accept it.
(This post was last modified: 2012-08-08 02:36 by shelby67.)
find quote
shelby67 Offline
Junior Member
Posts: 21
Joined: May 2012
Reputation: 0
Location: Melbourne, Australia
Post: #56
Woohoo! Over 5000 views!

I recently tried Plex on my Samsung Smart TV, they have added an autoplay feature. It s a hot button (press "A" to toggle autoplay on/off)
This seems to be a nice way to do it, however using Plex was sadly unfulfilling afer using XBMC.

The patched version of XBMC is still working perfectly.
find quote
kaffekask Offline
Senior Member
Posts: 200
Joined: Jul 2012
Reputation: 7
Location: Stockholm, Sweden
Post: #57
I've forgotten to add my support for this feature I think.
I've downloaded the patched version and using it since that's how I personally whats TV Shows, only completed seasons and 3-24 episodes in a row.

(2012-08-07 22:46)Dush Wrote:  No reaction Sad

It's because you don't see ? You don't understand what I means (my poor English don't help) ? Or this feature isn't interested ?

I suggest something else to take your idea Ned :

"Series Mode"
if disabled, xbmc's behavior is not changed.
If it's on :
  • if it's a serie, when you play episode, next is autoplayed. If not (film directory), only selected movie is played. (this idea come from last posts)
  • when you push "play" on series directory : the first not seen episode is played, and the next after (autoplay)
  • we can add a "play only this video" to replace "play from here" (when the option is on)

I began to read code to see if I can do it, and if it's difficult... But my c++ is little rusty Wink

I like your idea, it would save my thumb some clicks.
find quote
dmbs1 Offline
Junior Member
Posts: 7
Joined: Jun 2012
Reputation: 0
Post: #58
I really needs this feature too, but I am using Mac.
find quote
PhilipJ Offline
Junior Member
Posts: 8
Joined: Sep 2012
Reputation: 0
Post: #59
this is the single most annoying "feature" (I'll rather call it a bug, or an issue with the design) of xbmc - every single media player I have used - WD TV, Xtreamer, popcorn hour - they all behaved the NORMAL - expected way by default. ie if you have a folder with 10 files and you choose to play the 5th file, it would continue with the remaining files until the end of the directory is reached.
Nobody keeps 5 different movies in a single directory, so there is absolutely no reason why the player should *not* continue playing the files that follow.

The only workaround I have found for this annoying *bug* is the following:
1. select a directory with files (in my case - videos)
2. press play, to have xbmc play the whole directory
3. once the first file starts to play, press the button for videos
4. press the button for context menu
5. choose Now playing
6. in the list of files in the directory selected in the 1st step, choose the file that you wanted to play in the first place
7. voila! the player will continue with the remaining files !

user-friendly as hell
find quote
magao Offline
Senior Member
Posts: 117
Joined: Sep 2008
Reputation: 1
Post: #60
(2012-09-21 21:00)PhilipJ Wrote:  Nobody keeps 5 different movies in a single directory, so there is absolutely no reason why the player should *not* continue playing the files that follow.

I do. I have a "Movies" directory with lots of movies in it. Why on earth would I have separate directories for each movie which is a single file?

However, that point is irrelevant. "Play from here" ideally should only play back files which match the original sufficiently. Ideally it would also ensure playing back in episode order, stopping if there is a gap. And take into account v1, v2, PROPER, etc.

The way I see it working best is "Play from here" immediately constructs a playlist from the remaining files/episodes, filters out those which don't match the original, and display it. You then have an opportunity to edit it before playback.

Ideally configuration options for the "Play" command would be something like:

- Play single episode
- Play episodes from here
- Display episode playlist from here
find quote
Post Reply