Option to use folder date for recently added movies

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #11
Modified is when the actual file changed eg: like checking a md5
Created is when the file gets put on the HDD

at least thats my thinking because my files are the same

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
(This post was last modified: 2012-04-02 09:37 by Jezz_X.)
find quote
rev105 Offline
Junior Member
Posts: 35
Joined: Nov 2010
Reputation: 0
Post: #12
Most of my files are this way and I'm sure many other people are the same. If possible I would suggest use creation date or folder date or even better make it an option which way you want it to behave.
find quote
Martijn Offline
Team-XBMC
Posts: 7,688
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #13
(2012-04-02 13:25)rev105 Wrote:  Most of my files are this way and I'm sure many other people are the same. If possible I would suggest use creation date or folder date or even better make it an option which way you want it to behave.

Reduce possible option as much as possible. This will only confuse people

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
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #14
(2012-04-02 14:00)Martijn Wrote:  Reduce possible option as much as possible. This will only confuse people
indeed its about doing it right the first time Smile
Measure twice cut once

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,665
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #15
(2012-04-02 15:03)Jezz_X Wrote:  
(2012-04-02 14:00)Martijn Wrote:  Reduce possible option as much as possible. This will only confuse people
indeed its about doing it right the first time Smile
Measure twice cut once

cut 10 times and its still to short ... Big Grin

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
Martijn Offline
Team-XBMC
Posts: 7,688
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #16
(2012-04-02 17:11)Memphiz Wrote:  cut 10 times and its still to short ... Big Grin

Cutting things will always make things shorter... not longer Rofl

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
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #17
* jmarshall slices a strip of paper up the middle almost to the end, and folds them out - magic, a cut makes things longer!

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
Martijn Offline
Team-XBMC
Posts: 7,688
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #18
That's voodoo :dodgy:

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
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #19
I assume this as a whole is already in git because I seem to be having an issue with it Sad

Aside from the issue of Windows (and maybe other OS's) need to use date created not date modified or all old movies you get never appear on recently added.
It seems that stacked movies always go to the top of the list. I have one movie that is stacked and the file modified dates are 25th may 2005 on both files but it is appearing right at the top of the recently added list above stuff that was created in 2012.

which with these 2 combined basically renders recently added useless for me because my "new old" stuff never shows up on the recently added

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #20
My guess is stack's doing return correctly from a stat().

I suspect using max(ctime, mtime) would be a reasonable way to get the combined times handled suitably.

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