MythTV scanner 0.95.5
myth_scanner - a replacement for MythTV's built-in scanner
================================================== ========
What's New?Code:What is it? myth_scanner is a perl script which uses the MythTV.pm module and dvbsnoop command to gather changes in transport/channel information for any DVB providor supporting proper SDT/NIT tables. These include (but are not limited to): Dish Network Bell ExpressVu GlobeCast NOTE: When used for GlobeCast, the -ignore_eit option is required. Directories in this package: patches/ - Contains some patches which can be used with the scanner. utilities/ - Some utilities I threw together which depend on SI-Parser. Requirements. dvbsnoop
0.95.5:
- After a commit, check cardinput start channels to make sure they're valid.
Thread: MythTV Channel scanner
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
10-02-2009 10:09 PM
Last edited by josagi; 10-02-2009 at 10:16 PM.

-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
03-12-2010 09:51 PM
myth_scanner-0.95.8
myth_scanner - a replacement for MythTV's built-in scanner
================================================== ========
12.03.2010Code:What is it? myth_scanner is a perl script which uses the MythTV.pm module and dvbsnoop command to gather changes in transport/channel information for any DVB providor supporting proper SDT/NIT tables. These include (but are not limited to): Dish Network Bell ExpressVu GlobeCast NOTE: When used for GlobeCast, the -ignore_eit option is required. Directories in this package: patches/ - Contains some patches which can be used with the scanner. utilities/ - Some utilities I threw together which depend on SI-Parser. Requirements. dvbsnoop
0.95.8:
- Update channel names along with their callsigns. I don't know how this was
missed in the first version, but here ya go.
myth_scanner-0.95.8.tar.gzLast edited by josagi; 03-12-2010 at 09:56 PM.

-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
04-17-2010 04:27 PM
0.96.1:
- Enhanced support for tier filtering. YMMV
- Added support for an nsub column in the channel table which controls MythTV's
guide to mark unsubscribed channels. This depends on the associated patch
in the patches directory. Please note, this patch is against 0.21 and VERY
most likely will need to be ported to work with 0.22 or 0.23.
myth_scanner-0.96.1.tar.gz
-
Moderator
- Join Date
- Mar 2009
- Posts
- 1,427
- Thanks
- 38
- Thanked 355 Times in 300 Posts
- Downloads
- 0
- Uploads
- 0
05-21-2010 09:00 PM
MythTV channel scanner v0.96.3
Changes:
Code:- When not using option -ignore_eit, which ignores the eit_schedule_flag for each channel, many channels on newer DN satellites were getting filtered due to their eit_schedule_flag being 0. We now check for that SID/callsign across all satellites and if we find an eit_schedule_flag of 1, we assume all mirrors of that channel are also one. This fixes scanning DN's new 72.7 satellite.

-
The Following User Says Thank You to yaad For This Useful Post:
josagi (05-21-2010)
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
06-30-2010 09:54 PM
30.06.2010
0.96.4:
- Support two new columns in channel table, onetworkid and transportid which
contain the orginal networkid and transportid for a given channel. This
fixes EIT gathering in Myth (when patched) for the new 72.7 satellite.
- Added option to grab Tier information from RQCS instead of having to
configure tiers in the config file. This also does a lot better job
of decoding the tier information than RQCS does and provides for more
functionality.
- Better support tier filtering. We now support bitmatrix tiers and PPV events.
myth_scanner-0.96.4.tar.gz
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
07-08-2010 09:33 PM
MythTV channel scanner v0.96.7 updated July 8, 2010
0.96.7:
- Added channel group support for remap_id and service types.
- Added nsub support for remap_id.
- Added recording priority support for remap_id and service types.
myth_scanner-0.96.7.tar.gz
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
07-29-2010 05:29 AM
MythTV channel scanner v0.96.8 updated July 28, 2010
myth_scanner-0.96.8.tar.gz0.96.8:
- Added service type nsub support.
- Added patch against eithelper.[cpp|h] to allow duplicate channels to get EIT by filling all channels which match a given networkid/transportid/serviceid instead of just the first. I don't know why Dish has these duplicate channels, but now they're fully supported in Myth.
- Added Dish(/BEV) content descriptor decoding for theme and category information. The categories are quite extensive. I not sure if Dish even uses these for anything.
- Traded out the huffman routines with a port of MythTV's.
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
11-08-2010 09:36 PM
MythTV channel scanner v0.96.10 updated November 8, 2010
v0.96.10:
- Switched to Linux: DVB to read section data. This allows us to use
myth_scanner_mon to monitor SDT for version changes and automatically
run the scanner. This also eliminates the "killall dvbsnoop" hack.
- Add timeouts to reading tables. Currently this is set to 10 minutes.
- Fix adding channels to channelgroup table.
- Remove old program entries for newly added channels.
- Make temp table entries more descriptive.
- Added -hide_deleted option. This option replaces -delete_channels and
will hide channels for 7 days before being deleted. This works around
some PPV channels popping in and out of tier handling.
- Added support for newer MythTV versions using DVB-S2.
myth_scanner-0.96.10.tar.gz
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
11-09-2010 08:19 PM
MythTV channel scanner v0.96.11
v0.96.11
- Fix README file for new -hide_deleted option.
- Include Linux:: DVB module for convenience.
myth_scanner-0.96.11.tar.gz
-
Super Moderator
- Join Date
- Feb 2009
- Location
- Spain
- Posts
- 6,320
- Thanks
- 1,268
- Thanked 1,244 Times in 968 Posts
- Downloads
- 0
- Uploads
- 0
12-07-2010 11:06 PM
MythTV channel scanner v0.96.12
0.96.12:
- Check that a channel isn't already hidden before hiding it.
- When using -hide_channels, if a channel has been unsubscribed, keep
it visible instead and delete after 7 days.
- While scanning EIT, filter bad entries after see a given event 20 times.
- Fix infinite loop problem in all_eit_seen().
- Fix commfree/commmethod flag change in MythTV.
- Remove stray quote for new DVB-S2 stuff.
myth_scanner-0.96.12.tar.gz
Similar Threads
-
Eos Photo Modeler Scanner 2010.6.4.0
By vockingous in forum SOFTWAREReplies: 0Last Post: 09-25-2011, 06:53 AM -
Dr.Web Portable Scanner 6.00.11.07112 by HA3APET RePack 10.08.2011
By palmtreegru in forum SOFTWAREReplies: 0Last Post: 08-13-2011, 09:27 PM -
Dr.Web Portable Scanner 6.00.11.07112 by HA3APET RePack 10.08.2011
By palmtreegru in forum SOFTWAREReplies: 0Last Post: 08-13-2011, 09:11 PM -
Acunetix Web Vulnerability Scanner Consultant Edition 7.0 Build 20110608
By sang4rum in forum SOFTWAREReplies: 0Last Post: 07-23-2011, 08:01 AM -
ALTDVB Scanner Problem on SS2 with New Driver
By masaj in forum General DvB ChatReplies: 0Last Post: 07-03-2010, 11:33 AM





LinkBack URL
About LinkBacks






Bookmarks