|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Sort MediaFile List by Most Recent First?
I have been trying to come up with a means of listing the media files in the video library and the music library by the date they were added to the database (most recent first). I started by trying to sort by "GetPathLastModifiedTime", but I can't seem to get that working and I'm not so sure it would work for DVD's and music Albums anyway. Is there a timestamp field in the database that I could sort by? I haven't been able to find anything like that so far. Thanks!
Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
#2
|
||||
|
||||
You want to use something like:
myMediaFiles.SortLexical(true, "GetFileStartTime"); on your collection...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#3
|
||||
|
||||
Thanks, I'll give it try!
Aloha, Mike
__________________
"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: MovieTimes Movie Listings Import v0.57 Beta | aperry | SageTV Customizations | 670 | 10-02-2010 12:07 AM |
Import csv list of Movies to record | Abev107 | SageTV Customizations | 0 | 12-28-2006 05:22 PM |
List constructor ? | dflachbart | SageTV Studio | 5 | 02-21-2006 06:58 AM |