Recently watched movies?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
konan Offline
Senior Member
Posts: 102
Joined: Dec 2009
Reputation: 0
Location: Canada
Smile  Recently watched movies? Post: #1
Is it possible to create another sub-menu underneath Movies or Videos that will show a number of recently watched movies?

If it's not possible or easy I'd like to suggest this as a new feature.

The use case for is like that: I started watching the movie but did not finish and I want to continue watching it another day. Instead of searching for it in the movie list I go to the recently watched and locate it there in one click.

Another use case: somebody from let's say your family watched a movie without you and instead of asking them what was the movie you just go to the recently watched and see for yourself.
find quote
>>X<< Offline
Alaska Group
Posts: 2,899
Joined: Jun 2009
Location: On a farm trying to catch a fox
Post: #2
There's a "last played" and "In Progress" rule in smart playlists the later "In Progress" is only in the latest builds
(This post was last modified: 2010-09-28 00:02 by >>X<<.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #3
You can do this with a smartplaylist I think? We have the lastplayed information available.

It's not quite as neat as being in the main library node, but you could add a link to that smart playlist to favourites (or mod the skin to have a button link to it).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
konan Offline
Senior Member
Posts: 102
Joined: Dec 2009
Reputation: 0
Location: Canada
Post: #4
Well, "last played" would only show the last movie watched, not the list of say last 5 movies watched, right?

Is last-time watched time stamp stored in the DB for each movie? If it is it should be possible to retrieve a list of N movies sorted by last watched time stamp descended and it could probably be even done in Python script. Am I right or wrong?
find quote
KidKiwi Offline
Posting Freak
Posts: 792
Joined: May 2007
Reputation: 0
Post: #5
konan Wrote:Well, "last played" would only show the last movie watched, not the list of say last 5 movies watched, right?

Is last-time watched time stamp stored in the DB for each movie? If it is it should be possible to retrieve a list of N movies sorted by last watched time stamp descended and it could probably be even done in Python script. Am I right or wrong?

You can specify the number of movies the smart playlist returns. You can then sort that view by whatever.

ZOTAC IONITX-D-E Intel Atom N330 Dual Core 1.6 GHz NVIDIA ION with LIVE on SSD
find quote
>>X<< Offline
Alaska Group
Posts: 2,899
Joined: Jun 2009
Location: On a farm trying to catch a fox
Post: #6
konan Wrote:Well, "last played" would only show the last movie watched, not the list of say last 5 movies watched, right?

Wrong, why do you think they are called playlists because they create lists Rolleyes

Why not just go to smart playlists and give it a try because its not just the rule "lastplayed" its combined with one of the following, After, Not in the last, In the last, Before
find quote
weldon Offline
Member
Posts: 72
Joined: Aug 2009
Reputation: 0
Post: #7
In a kind of related request, what about "In progress"?
I setup a mySQL database to be able to walk from room to room watching xbmc... It works just great to resume,

but sometimes when i've had a little too much to drink, I can't remember what I was watching. lol
find quote
dazed Offline
Junior Member
Posts: 7
Joined: Oct 2010
Reputation: 0
Post: #8
I suppose I would concur with this request...
I came (and registered) to make a request of my own, and found this thread, so I guess I will throw in my two cents here. :-)
I was originally going to suggest one of two things:

1) add a choice of how many movies/files the "recently added" menu shows. I collect ALOT of movies, and say if I add 10 movies one day, then another 10+ or more in a few day later, well, in a few weeks they all get lost in the mix, and searching through 600+ movies for things I forgot I have recently acquired is a chore. (i know, poor me, huh? :rolleyesSmile so being able to change to number to something like 50(?+) would be of great use to me, and a few others I suspect.

2) perhaps a sort choice in the file lists as "in order added to the library"? or perhaps I am not seeing this function? being able to search by year/director/genre is very nice, and when I am lazy, the genre feature is a real treat. but for the same reason as #1, the feature to sort by date added would be a boon.

thanks for your patience. Big Grin
(This post was last modified: 2010-10-10 04:09 by dazed.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,937
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #9
1) Possible through advancedsettings.xml.

<recentlyaddeditems>35</recentlyaddeditems>

[Image: sig_zps3af3b48e.jpg]
find quote
Nick8888 Offline
Fan
Posts: 716
Joined: Jan 2007
Reputation: 0
Post: #10
2) Adding sort by creation/modification date in video library is being discussed in another thread.
find quote
Post Reply