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
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
export moving-pictures database, and import in MP
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="fforde" data-source="post: 325603" data-attributes="member: 52082"><p>It takes more work than you think. The existing GUI implementation consists of much more than a simple for loop (!!). Currently all together, <strong>only GUI rendering code</strong> takes up about 1500 lines. You can see the main class <a href="http://code.google.com/p/moving-pictures/source/browse/trunk/MovingPictures/MainUI/MovingPicturesGUI.cs" target="_blank">here</a> (although this is not <em>all</em> the GUI code, it's broken down into a few other classes as well). There is just a lot to it though.</p><p></p><p>And then of course you have all the back end code. You act as if the front end and the back end are totally separate. They are tightly bound and a good design on the back end means cleaner and more easily maintained code on the front end. Meaning as time progresses, new enhancements can be integrated more easily and bugs can be fixed more quickly.</p><p></p><p>When it comes down to it though omriamos, the plug-in is still in Beta. It is <em>not</em> feature complete. The <em>very first alpha</em> was released only two months ago. But it all takes time. I have been developing the plug-in off and on for almost a year now (I pretty much started last December). It's just a lot of work. So yeah, we haven't gotten to custom filtering or sorting, but I feel like we are doing pretty good so far, especially considering we are only two months out from our first alpha release. </p><p></p><p>Filtering and Sorting are coming a version or two down the road, but we are not there yet. We have to prioritize. As for the original question of the thread, the movie data imported via Moving Pictures is stored in a SQLite database, which means it's not as simple as pulling from a text file. Some kind of code would need to be written to import into MyVideos. I'd rather attract users than send them away, <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" /> but if someone else were to work on something like this I would give them my input.</p><p></p><p>And guys please stop bickering. I am only going to ask once.</p></blockquote><p></p>
[QUOTE="fforde, post: 325603, member: 52082"] It takes more work than you think. The existing GUI implementation consists of much more than a simple for loop (!!). Currently all together, [B]only GUI rendering code[/B] takes up about 1500 lines. You can see the main class [url=http://code.google.com/p/moving-pictures/source/browse/trunk/MovingPictures/MainUI/MovingPicturesGUI.cs]here[/url] (although this is not [I]all[/I] the GUI code, it's broken down into a few other classes as well). There is just a lot to it though. And then of course you have all the back end code. You act as if the front end and the back end are totally separate. They are tightly bound and a good design on the back end means cleaner and more easily maintained code on the front end. Meaning as time progresses, new enhancements can be integrated more easily and bugs can be fixed more quickly. When it comes down to it though omriamos, the plug-in is still in Beta. It is [i]not[/i] feature complete. The [I]very first alpha[/I] was released only two months ago. But it all takes time. I have been developing the plug-in off and on for almost a year now (I pretty much started last December). It's just a lot of work. So yeah, we haven't gotten to custom filtering or sorting, but I feel like we are doing pretty good so far, especially considering we are only two months out from our first alpha release. Filtering and Sorting are coming a version or two down the road, but we are not there yet. We have to prioritize. As for the original question of the thread, the movie data imported via Moving Pictures is stored in a SQLite database, which means it's not as simple as pulling from a text file. Some kind of code would need to be written to import into MyVideos. I'd rather attract users than send them away, :P but if someone else were to work on something like this I would give them my input. And guys please stop bickering. I am only going to ask once. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
export moving-pictures database, and import in MP
Contact us
RSS
Top
Bottom