public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* dvbscan output Channel Number into final stdout?
@ 2011-09-29 22:44 Roger
  2011-09-30  7:17 ` tvboxspy
  0 siblings, 1 reply; 5+ messages in thread
From: Roger @ 2011-09-29 22:44 UTC (permalink / raw)
  To: linux-media

Can we get dvbscan to output the Channel Number into the final stdout somehow?

A likely format would be something such as the following.

Current output:

KATN-DT:497028615:8VSB:49:52:3
KWFA-DT:497028615:8VSB:65:68:4
...


Suggested output:
2.1:497028615:8VSB:49:52:3
2.2:497028615:8VSB:65:68:4
...

The reason for this, the local ATSC broadcast over the air channels are not
assigning unique channel names.  However, channel numbers seem to be consistent
between the published TV Guide/TV Listings and are unique!  This seems to be
the norm for the past several years now.

There have been some minor changes with channel numbers within the past years,
but if channel numbers are used such as in the above example, mplayer should be
able to recognize mplayer dvb://2.1 or mplayer dvb://2.2, etc?

One should also be able to do something like 'dvbscan | sort' instead of trying
to test each channel to see which channel is really 2.1 or 2.2!


Currently, dvbscan outputs the channel number only when the channel is first
found and with a colon. (ie. 2:1, 2:2, ...)

1) Get/Keep Channel Number found
2) Convert/reassign the colon to a period (ie. 2:1 == 2.1, 2:2 == 2.2)
3) Print Channel Number instead of Channel Name on final stdout.


In the meantime, I should test whether mplayer has any issues with using
"mplayer dvb://2.1" instead of the channel name.  It would be really nice to be
able to schedule a cron job here with "dvbscan > .mplayer/channels.conf" to
keep channels updated and have a decent channels.conf I can use within
mplayer/mencoder scripts for playback/recording.  Currently, I have to go
through and manually run mplayer on each station frequency to figure out which
is 2.1 and which is 2.2, and so on.  Or am I barking up the wrong tree?


-- 
Roger
http://rogerx.freeshell.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-30 20:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-29 22:44 dvbscan output Channel Number into final stdout? Roger
2011-09-30  7:17 ` tvboxspy
2011-09-30  8:06   ` Roger
2011-09-30 17:34     ` david.hagood
2011-09-30 20:53       ` Roger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox