Option to use folder date for recently added movies

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rev105 Offline
Junior Member
Posts: 35
Joined: Nov 2010
Reputation: 0
Post: #1
Hi all, I would like to see the option to have XBMC use the date the folder was created for each movie that has it's own folder as the date added to the library instead of the date it was added to the library or the date it was refreshed.

I have every movie in it's own folder. If I edit a .nfo or change the fan-art saved in the folder on a movie that I added a long time ago I don't want it to show up in the recently added when I refresh it. Also if I re-scan all of my movies it would be nice for it to just automatically display the recently added in the correct order.

This would probably need to be a user selected option because some people don't have each movie in its own folder and I'm sure some people may not want it to behave this way even if they have each movie in its own folder.

If I can already do this with advancedsettings.xml please let me know.

Thanks
find quote
Montellese Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #2
It didn't make it into Eden but it will be available in the next release by default: ea3835e1c14f530b15cb. Thse changes use the video files modification date (or in case of tvshows the directories creation date) and stores that into a field named dateAdded in the database. That field is then used for sorting by Date Added and for things like Recently Added etc.

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
Memphiz Offline
Team-XBMC Developer
Posts: 7,677
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #3
great ... thats a huge thing for us devs who rebuild their lib sometimes and want to use the systems in private too Smile

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
Montellese Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #4
Yup now we can mess around without our girlfriends/wifes smacking us in the face afterwards because the RecentlyAdded list has changed and contains some rather old movies Wink

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
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #5
(2012-04-01 10:34)Montellese Wrote:  Yup now we can mess around without our girlfriends/wifes smacking us in the face afterwards because the RecentlyAdded list has changed and contains some rather old movies Wink

lol I knew I wasn't the only one with that problem
find quote
Martijn Online
Team-XBMC
Posts: 7,696
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #6
(2012-04-01 10:34)Montellese Wrote:  Yup now we can mess around without our girlfriends/wifes smacking us in the face afterwards because the RecentlyAdded list has changed and contains some rather old movies Wink

What is that concept of 'girlfriend/wifes' you are speaking of? Have i missed something Huh

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


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
isamu.dragon Offline
Posting Freak
Posts: 949
Joined: Feb 2009
Reputation: 4
Location: T.A.R.D.I.S.
Post: #7
meaning they like the latest movie added to the server, not the latest scanned because we choose to to rebuild our libraries

[Image: all-fanart.jpg]
XBMC Server/Client:
Database Type: MySQL
OS: WIN7 64-Bit/XBMCuntu CPU: i7/Intel Atom (Dual Core)
GPU: Nvidia GeForce GTS450/Nvidia Ion RAM: 12GB/2GB (512MB GPU)
XBMC Version: Frodo 12.2/XBMCbuntu Frodo 12.2Skin: Aeon Nox
find quote
rev105 Offline
Junior Member
Posts: 35
Joined: Nov 2010
Reputation: 0
Post: #8
So this movie I just put on my server yesterday would show in the library as added in 2009?

[Image: propertiesimage.jpg]
find quote
isamu.dragon Offline
Posting Freak
Posts: 949
Joined: Feb 2009
Reputation: 4
Location: T.A.R.D.I.S.
Post: #9
(2012-04-02 05:18)rev105 Wrote:  So this movie I just put on my server yesterday would show in the library as added in 2009?

[Image: propertiesimage.jpg]

I believe this function would require Folders for each movie. Meaning it would look for when the folder was last modified

[Image: all-fanart.jpg]
XBMC Server/Client:
Database Type: MySQL
OS: WIN7 64-Bit/XBMCuntu CPU: i7/Intel Atom (Dual Core)
GPU: Nvidia GeForce GTS450/Nvidia Ion RAM: 12GB/2GB (512MB GPU)
XBMC Version: Frodo 12.2/XBMCbuntu Frodo 12.2Skin: Aeon Nox
find quote
Montellese Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #10
Nope I implemented it on a file basis so it will take the modification date of the file and it does not require any folders.

Hm how is it possible that the modification date is earlier than the creation date? I didn't that was possible.

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
Post Reply