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
General Support
Using MediaPortal as a 24/7 tv recorder.
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="mm1352000" data-source="post: 734595" data-attributes="member: 82144"><p>Hi craige1</p><p></p><p>An interesting question. If you take MediaPortal as it is right now then I don't think it can be done with timeshift buffers. There are a few reasons for that, the biggest of which is probably that you have no way to reconstitute the recordings from the buffers. I'm not saying that would be hard, as you could probably join the required buffers and then copy the packets that you are interested in into a separate "recording" file (it would include all channels in the original buffer, which might be a disadvantage in terms of filesize if the recordings were to be kept long term). The tricky thing would be automating that - writing a plugin that is able to do the processing required to pull out the programme that you/"the users" are interested in based on records of what each buffer contains. At a high level that might seem simple, but that wouldn't be code I could write just off the top of my head...</p><p></p><p>An alternative that should work "as-is" would be to simply record every programme. Write a simple DB script that sets the recording flag on every programme for each channel that you're interested in. You would want to automate the DB script to run periodically to keep up with the flagging, but other than that, it should be quite simple. Note that I have assumed that recordings can share tuners, which I believe is true. It would be a relatively simple code patch to allow that to happen if it doesn't already. Then you've got separate recordings for each programme on each channel, and there is no extra processing required.</p><p></p><p>What do you think?</p></blockquote><p></p>
[QUOTE="mm1352000, post: 734595, member: 82144"] Hi craige1 An interesting question. If you take MediaPortal as it is right now then I don't think it can be done with timeshift buffers. There are a few reasons for that, the biggest of which is probably that you have no way to reconstitute the recordings from the buffers. I'm not saying that would be hard, as you could probably join the required buffers and then copy the packets that you are interested in into a separate "recording" file (it would include all channels in the original buffer, which might be a disadvantage in terms of filesize if the recordings were to be kept long term). The tricky thing would be automating that - writing a plugin that is able to do the processing required to pull out the programme that you/"the users" are interested in based on records of what each buffer contains. At a high level that might seem simple, but that wouldn't be code I could write just off the top of my head... An alternative that should work "as-is" would be to simply record every programme. Write a simple DB script that sets the recording flag on every programme for each channel that you're interested in. You would want to automate the DB script to run periodically to keep up with the flagging, but other than that, it should be quite simple. Note that I have assumed that recordings can share tuners, which I believe is true. It would be a relatively simple code patch to allow that to happen if it doesn't already. Then you've got separate recordings for each programme on each channel, and there is no extra processing required. What do you think? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Using MediaPortal as a 24/7 tv recorder.
Contact us
RSS
Top
Bottom