<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 28, 2012, at 8:04 PM, Nick Rout wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p><br>
On Dec 29, 2012 1:43 PM, "Paul Stillwell" <<a href="mailto:bigboi@wackywombats.com">bigboi@wackywombats.com</a>> wrote:<br>
><br>
><br>
> On Dec 28, 2012, at 3:30 PM, Karl Dietz wrote:<br>
><br>
> > On 28.12.2012 23:37, Mike Perkins wrote:<br>
> >> On 28/12/12 20:06, Simon Hobson wrote:<br>
> >>> Paul Stillwell wrote:<br>
> >>>> this: <some number>_20121227130000.<don't care>. If I delete that<br>
> > ...<br>
> >>> FYI - the first bit of the filename is the card (tuner) ID and channel<br>
> >>> ID -<br>
> >>> so IIRC it's something like 1234 would mean channel 234 on tuner 1.<br>
> >>><br>
> >> A tiny correction. I believe the first digit is the /source/ id, not<br>
> >> that of any tuner. If it were not so you could not have more than one<br>
> >> tuner per source. That would mean you had duplicate channel information.<br>
> ><br>
> > the first number is MythTV's internal chanid<br>
> ><br>
> > see ChannelUtil::CreateChanID(uint, const QString&)<br>
> > at <a href="http://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmythtv/channelutil.cpp#n1490">http://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmythtv/channelutil.cpp#n1490</a><br>
> ><br>
> > it tries "source id * 1000 + major * 10 + minor"<br>
> > then "source id * 1000 + channel number"<br>
> > then "highest channel number of the source +1"<br>
> > then "highest channel number of all sources +1"<br>
> ><br>
> > for DVB recorders where the default channel number is the 16 bit<br>
> > service_id you usually end up with service_id + source_id*1000, like<br>
> > chanid 12000 for source_id 2 and service_id 10000...<br>
> ><br>
> > Regards,<br>
> > Karl<br>
> > _______________________________________________<br>
> > mythtv-users mailing list<br>
> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> > <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
> ><br>
><br>
> Upon further reflection, I'm not sure any recordings are getting deleted. I saw some files that I *think* corresponded to a certain show, I deleted that show from within mythfrontend and looked and the files are still there. Maybe I'm mistaken and those files are for some different show. Any thoughts on how I can verify that files are getting deleted? After deleting the show from within mythfrontend and seeing that the files are still there, I ran 'find_orphans.py' and it didn't find anything, so maybe things are getting deleted and I'm just confused.</p><p>Look in your deleted recordings group.</p><p>><br>
> Any thoughts?<br>
><br>
> Paul<br>
> _______________________________________________<br>
> mythtv-users mailing list<br>
> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</p>
_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>http://www.mythtv.org/mailman/listinfo/mythtv-users<br></blockquote></div><br><div>I did some poking around tonight and I can't find any deleted recordings group. I ran mythtv-setup and looked in the Storage groups section and I didn't see anything in there about a deleted recordings group (there wasn't anything pre-defined like there is for Live TV et al). I could have created one, but I would guess that anything that has some built in functionality would have a pre-defined group for it. I also poked around in the fronted setup stuff and couldn't find anything there either. Is the deleted recordings group something that came about in 0.26? I'm running 0.25.3.</div><div><br></div><div>Thanks for any help anyone can provide!</div><div><br></div><div>Paul</div></body></html>