home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
Sort By Date in Title view of myVideos not working?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="lostSoul99" data-source="post: 269310" data-attributes="member: 74848"><p>I think this is a much needed feature for anyone with 100's of movies in their database. I spent an hour searching through the latest Subversion tree structure on the source forge site and found the function that sorts by date. It's in mediaportal/WindowsPlugins/GUIVideoFiles/VideoSort.cs at the bottom. Seems like the case statement quits if the items it's sorting don't return FileInfo data. Meaning it doesn't even try to sort by date if you're not in the Shares View I think.</p><p></p><p>What is needed is a new field in the movieinfo table of the database that's called dateAdded that stores "today's" date when a new movie is added. A lot of code will need to be modified including; the sort function, the database class, the scan movie folder function in both mediaportal and the configuration program and UI changes.</p><p></p><p>I've never worked on an open source project before, but I'm willing to help out. Anyone with some experience, please message me with any helpful tips about this problem.</p></blockquote><p></p>
[QUOTE="lostSoul99, post: 269310, member: 74848"] I think this is a much needed feature for anyone with 100's of movies in their database. I spent an hour searching through the latest Subversion tree structure on the source forge site and found the function that sorts by date. It's in mediaportal/WindowsPlugins/GUIVideoFiles/VideoSort.cs at the bottom. Seems like the case statement quits if the items it's sorting don't return FileInfo data. Meaning it doesn't even try to sort by date if you're not in the Shares View I think. What is needed is a new field in the movieinfo table of the database that's called dateAdded that stores "today's" date when a new movie is added. A lot of code will need to be modified including; the sort function, the database class, the scan movie folder function in both mediaportal and the configuration program and UI changes. I've never worked on an open source project before, but I'm willing to help out. Anyone with some experience, please message me with any helpful tips about this problem. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
watch/edit Videos
Sort By Date in Title view of myVideos not working?
Contact us
RSS
Top
Bottom