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 Talk
Recording DVB-T radio programs
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="LabRatt" data-source="post: 170496" data-attributes="member: 16863"><p>The simple answer - yes. I was overjoyed when I figured it out, as to me it was the one thing really missing from MediaPortal. I'll make a disclaimer - what works for me might not work for you. I've just reinstalled from scratch and it still works, but that's no guarantee.</p><p></p><p>However part of urges not to reveal the secret, for two reasons: first, I kinda like being the only person who knows how, and second (most important) I get the feeling this is one of those "features" that's by accident rather than design and I worry that if it becomes common knowledge then one of the developers will decide to "fix" it.</p><p></p><p>Anyway, the not so simple answer. First, make sure that you've got the TVServer grabbing EPG data for the radio channels. This might be possible if you can load the radio EPG from a file, but don't count on it. If it is, then I don't see any reason this wouldn't work for analog channels too, but I don't have an analog card so again don't count on it.</p><p></p><p>So, you've got the radio EPG loaded and can browse through it in the "My Radio" screen? On to the next step in this needlessly complicated business - make a note of the programme you want to record and go to "My TV". Click Search, make sure you're listing by title rather than genre (to list everything) and scroll down the list (or hold shift and start typing) until you find the programme you're after. Select it and schedule a recording, even though it's on the radio. It'll be listed in scheduled recordings, and you'll get the recording light when it's in action, and thereafter it'll be treated as TV - you'll have to "watch" it from the "Recorded TV" screen, but it works for me. It's recorded as a TS with one stream (MP2), which is easily demuxed with ProjectX and trimmed with Audacity (that's what I do with my recordings).</p><p></p><p>Why does this work? If you look at the database you see the answer. All the channels, radio and TV, are stored in the "Channel" and "TuningDetail" tables, each with two binary fields: "isRadio" and "isTV". Each channel has an index number (BBC7 is number 26 for me) in both these tables. The EPG data is all stored in another table, Program, and has nothing to indicate whether the channel (referenced only by that number) is Radio or TV. Similarly for the schedules, the only link to the channels is that number. So we've really got two "bugs" (please devs, don't fix 'em) - the EPG search doesn't include "WHERE isRadio=False" (or something like), and neither does the recorder. They just store the channel ID and use the ID to lookup the tuning information, respectively.</p></blockquote><p></p>
[QUOTE="LabRatt, post: 170496, member: 16863"] The simple answer - yes. I was overjoyed when I figured it out, as to me it was the one thing really missing from MediaPortal. I'll make a disclaimer - what works for me might not work for you. I've just reinstalled from scratch and it still works, but that's no guarantee. However part of urges not to reveal the secret, for two reasons: first, I kinda like being the only person who knows how, and second (most important) I get the feeling this is one of those "features" that's by accident rather than design and I worry that if it becomes common knowledge then one of the developers will decide to "fix" it. Anyway, the not so simple answer. First, make sure that you've got the TVServer grabbing EPG data for the radio channels. This might be possible if you can load the radio EPG from a file, but don't count on it. If it is, then I don't see any reason this wouldn't work for analog channels too, but I don't have an analog card so again don't count on it. So, you've got the radio EPG loaded and can browse through it in the "My Radio" screen? On to the next step in this needlessly complicated business - make a note of the programme you want to record and go to "My TV". Click Search, make sure you're listing by title rather than genre (to list everything) and scroll down the list (or hold shift and start typing) until you find the programme you're after. Select it and schedule a recording, even though it's on the radio. It'll be listed in scheduled recordings, and you'll get the recording light when it's in action, and thereafter it'll be treated as TV - you'll have to "watch" it from the "Recorded TV" screen, but it works for me. It's recorded as a TS with one stream (MP2), which is easily demuxed with ProjectX and trimmed with Audacity (that's what I do with my recordings). Why does this work? If you look at the database you see the answer. All the channels, radio and TV, are stored in the "Channel" and "TuningDetail" tables, each with two binary fields: "isRadio" and "isTV". Each channel has an index number (BBC7 is number 26 for me) in both these tables. The EPG data is all stored in another table, Program, and has nothing to indicate whether the channel (referenced only by that number) is Radio or TV. Similarly for the schedules, the only link to the channels is that number. So we've really got two "bugs" (please devs, don't fix 'em) - the EPG search doesn't include "WHERE isRadio=False" (or something like), and neither does the recorder. They just store the channel ID and use the ID to lookup the tuning information, respectively. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Recording DVB-T radio programs
Contact us
RSS
Top
Bottom