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
Development
Improvement Suggestions
More parameters for external player
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="bleubleu" data-source="post: 281260" data-attributes="member: 46062"><p>I totally agree with that feature request!</p><p></p><p>I want to use media player classic and it requires the time in ms in the command line. So this would be AWESOME!</p><p></p><p>Unfortunatly, the way the code is right not (i am not a MP dev, I just looked at the code), the MP UI asks you if you want to resume a video, starts it from the beginning and then seeks to the desired position. You can see this phenomenon if you have a slow machine accessing a remote file on a slow network.</p><p></p><p>So, in order to implement this, it would require more than adding 1-2 lines of code, but some changes in the way MP starts a video...</p><p></p><p>Mat</p><p></p><p>Hey, I just thought of the MOST UGLY HACK to solve this problem.</p><p></p><p>Depending if you select YES or NO when asked to resume it will keep the resume time in the database (YES) or delete it (NO) meaning the video will restart from the beginning.</p><p></p><p>Before starting your player, you could use sqllite3.exe to look in the "resume" table (join with the "files" table) to see if the file you are trying to play needs to resume. The time in this table is in MS but you can use SQL functions to format it the way you want. </p><p></p><p>It is a stretch, it's ugly, but I will try a prototype tonight.</p><p></p><p>Mat</p></blockquote><p></p>
[QUOTE="bleubleu, post: 281260, member: 46062"] I totally agree with that feature request! I want to use media player classic and it requires the time in ms in the command line. So this would be AWESOME! Unfortunatly, the way the code is right not (i am not a MP dev, I just looked at the code), the MP UI asks you if you want to resume a video, starts it from the beginning and then seeks to the desired position. You can see this phenomenon if you have a slow machine accessing a remote file on a slow network. So, in order to implement this, it would require more than adding 1-2 lines of code, but some changes in the way MP starts a video... Mat Hey, I just thought of the MOST UGLY HACK to solve this problem. Depending if you select YES or NO when asked to resume it will keep the resume time in the database (YES) or delete it (NO) meaning the video will restart from the beginning. Before starting your player, you could use sqllite3.exe to look in the "resume" table (join with the "files" table) to see if the file you are trying to play needs to resume. The time in this table is in MS but you can use SQL functions to format it the way you want. It is a stretch, it's ugly, but I will try a prototype tonight. Mat [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
More parameters for external player
Contact us
RSS
Top
Bottom