Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Some Ideas on MythTV - Convergence

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


risto at elkhornbanff

Jan 16, 2003, 6:35 PM

Post #1 of 7 (4100 views)
Permalink
Some Ideas on MythTV - Convergence

Hello,

Let me first disclaim that this is my first time posting to the list, and I
have searched the list archives a bit to try not to duplicate too many ideas.
I have also NOT used the product, so please bear with me WHEN I mention things
that already exist.

I have 6 main questions or ideas.
Please reply with thoughts on how much work has gone into these ideas already.

1)MythDVD/MythDivx --MythMovie?
2)MythRadio
3)MythBurner
4)MythWeb "Setup Section"
5)MythMeeting


1)MythMovie
- Ability to play DVD/Divx/VCD/and burnt MythTV format files.
- It should be fairly obvious how to play a movie file on a removable device
when looking at the main menu."Play a recording" looks kind of right,
but not quite

2)MythRadio
- Internet Radio or FM Radio from a radio card.
- Some tuner cards also have FM capability
so lots of people might already have the hardware for this.

3)MythBurner
- Make CD compilations from ripped tracks or burn the MP3 library
- Burn TV Episodes to save HDD space
transcoding the file before burning might also come in handy

4)MythWeb "Setup Section"
- any and all necessary config changes from a default install
hopefully this would be good enough, so that
you can just give someone an rpm and have them install the rpm,
or install MythOS form an iso (if such a thing came to be)
start mythtv, go to this admin page
and do ALL configuration from here,
but even some configurability from a web interface would also be nice.
- eg changing the locale for the weather channel
- eg changing the default video recording quality
- eg changing videoconferencing settings for MythMeeting

5)MythMeeting
- A video conferencing utility similar to the Polycom setup.
- This I am most interested in, and am willing to spend the most time on.
- Ability to record meetings, use an address book, select connection speed.


mmusone at shatterit

Jan 16, 2003, 8:15 PM

Post #2 of 7 (4016 views)
Permalink
RE: Some Ideas on MythTV - Convergence [In reply to]

My $.03

1.
The MythMovie is already there as MythVideo. (I has a new cvs commit I'm
adding this weekend with lots of good
Changes)

The big issue with this is do we go write a whole full-blown app like
mplayer, always keep up with
The latest codecs,..etc..or do we just spawn off to mplayer and let them
deal with it.
The latter is what I'm doing now.

If people prefer, I could try and rip out the guts of mplayer and
directly make a MythVideo/Movie
Application..if that's what the overall vision is, then I guess it's
better to start sooner than later.

Personally, I'm using mythvideo with mythtv 100% of the time. It's my
main "tv". I have yet to have
Any problems. (well..except for the reemote control, but I'm working on
that)

2. MythRadio. Good idea..i had actually just pulled out my radio tuner
card out of the attic and was thinking about it myself...

3. no comment

4. what I really want to do is have mythfronend be able to run
completely as a "slave" i.e. listen to a network
Port and be able to send it commands to do..essentially giving it a
network API.
It's not quite what you're saying but could kinda jive.

5. I think this is also an awesome idea, and my opinion is expecially if
you are interestred in doing it,
That it'd be the best thing for you to do.


-Mark



-----Original Message-----
From: mythtv-dev-bounces[at]snowman.net
[mailto:mythtv-dev-bounces[at]snowman.net] On Behalf Of Risto Treksler
Sent: Thursday, January 16, 2003 8:36 PM
To: mythtv-dev[at]snowman.net
Subject: [mythtv] Some Ideas on MythTV - Convergence





Hello,

Let me first disclaim that this is my first time posting to the list,
and I have searched the list archives a bit to try not to duplicate too
many ideas. I have also NOT used the product, so please bear with me
WHEN I mention things that already exist.

I have 6 main questions or ideas.
Please reply with thoughts on how much work has gone into these ideas
already.

1)MythDVD/MythDivx --MythMovie?
2)MythRadio
3)MythBurner
4)MythWeb "Setup Section"
5)MythMeeting


1)MythMovie
- Ability to play DVD/Divx/VCD/and burnt MythTV format files.
- It should be fairly obvious how to play a movie file on a removable
device
when looking at the main menu."Play a recording" looks kind of right,
but not quite

2)MythRadio
- Internet Radio or FM Radio from a radio card.
- Some tuner cards also have FM capability
so lots of people might already have the hardware for this.

3)MythBurner
- Make CD compilations from ripped tracks or burn the MP3 library
- Burn TV Episodes to save HDD space
transcoding the file before burning might also come in handy

4)MythWeb "Setup Section"
- any and all necessary config changes from a default install
hopefully this would be good enough, so that
you can just give someone an rpm and have them install the rpm,
or install MythOS form an iso (if such a thing came to be)
start mythtv, go to this admin page
and do ALL configuration from here,
but even some configurability from a web interface would also be
nice.
- eg changing the locale for the weather channel
- eg changing the default video recording quality
- eg changing videoconferencing settings for MythMeeting

5)MythMeeting
- A video conferencing utility similar to the Polycom setup.
- This I am most interested in, and am willing to spend the most time
on.
- Ability to record meetings, use an address book, select connection
speed. _______________________________________________
mythtv-dev mailing list
mythtv-dev[at]snowman.net
http://www.snowman.net/mailman/listinfo/mythtv-dev


nathan at ziarek

Jan 16, 2003, 8:32 PM

Post #3 of 7 (4031 views)
Permalink
RE: Some Ideas on MythTV - Convergence [In reply to]

2...i don't have a tuner card, but I still think that a Shoutcast-esque
internet streaming radio player would be awesome. If I had a clue, I
would start it. I don't though, so I just keep plugging it :)

Nate


wentz at gmx

Jan 17, 2003, 5:40 AM

Post #4 of 7 (4008 views)
Permalink
Re: Some Ideas on MythTV - Convergence [In reply to]

> 1.
> The MythMovie is already there as MythVideo. (I has a new cvs commit I'm
> adding this weekend with lots of good
> Changes)
>
> The big issue with this is do we go write a whole full-blown app like
> mplayer, always keep up with
> The latest codecs,..etc..or do we just spawn off to mplayer and let them
> deal with it.
> The latter is what I'm doing now.
>
> If people prefer, I could try and rip out the guts of mplayer and
> directly make a MythVideo/Movie
> Application..if that's what the overall vision is, then I guess it's
> better to start sooner than later.
>
> Personally, I'm using mythvideo with mythtv 100% of the time. It's my
> main "tv". I have yet to have
> Any problems. (well..except for the reemote control, but I'm working on
> that)

hmm i don't know why it should be changed? runs fine the way it is!
maybe the selection-screen could be updated, and fit into the generell
display-theme... and the keys should be equal to mythtv! (don't now if this
is the case right now)

> 2. MythRadio. Good idea..i had actually just pulled out my radio tuner
> card out of the attic and was thinking about it myself...

great idea! i have a wintv pci-fm with a radio tuner, would be great to use
this thing myth mythtv!

> 3. no comment

me too ;-)

> 4. what I really want to do is have mythfronend be able to run
> completely as a "slave" i.e. listen to a network
> Port and be able to send it commands to do..essentially giving it a
> network API.
> It's not quite what you're saying but could kinda jive.

hmm wait a minute... hehe... this is weird... mythbackend as a server listens
to mythfrontend as a client, and mythfrontend should listen as a server to
some other client? this _isn't_ what a client is supposed to do! why not
build this stuff into the server, it's _his_ work to receive data and compute
things!
reminds me of the mysql-discussion here ;-)


> 5. I think this is also an awesome idea, and my opinion is expecially if
> you are interestred in doing it,
> That it'd be the best thing for you to do.

i don't think i have any need for this, but it _really_ sounds interesting!

bye, stephan

>
>
> -----Original Message-----
> From: mythtv-dev-bounces[at]snowman.net
> [mailto:mythtv-dev-bounces[at]snowman.net] On Behalf Of Risto Treksler
> Sent: Thursday, January 16, 2003 8:36 PM
> To: mythtv-dev[at]snowman.net
> Subject: [mythtv] Some Ideas on MythTV - Convergence
>
>
>
>
>
> Hello,
>
> Let me first disclaim that this is my first time posting to the list,
> and I have searched the list archives a bit to try not to duplicate too
> many ideas. I have also NOT used the product, so please bear with me
> WHEN I mention things that already exist.
>
> I have 6 main questions or ideas.
> Please reply with thoughts on how much work has gone into these ideas
> already.
>
> 1)MythDVD/MythDivx --MythMovie?
> 2)MythRadio
> 3)MythBurner
> 4)MythWeb "Setup Section"
> 5)MythMeeting
>
>
> 1)MythMovie
> - Ability to play DVD/Divx/VCD/and burnt MythTV format files.
> - It should be fairly obvious how to play a movie file on a removable
> device
> when looking at the main menu."Play a recording" looks kind of right,
> but not quite
>
> 2)MythRadio
> - Internet Radio or FM Radio from a radio card.
> - Some tuner cards also have FM capability
> so lots of people might already have the hardware for this.
>
> 3)MythBurner
> - Make CD compilations from ripped tracks or burn the MP3 library
> - Burn TV Episodes to save HDD space
> transcoding the file before burning might also come in handy
>
> 4)MythWeb "Setup Section"
> - any and all necessary config changes from a default install
> hopefully this would be good enough, so that
> you can just give someone an rpm and have them install the rpm,
> or install MythOS form an iso (if such a thing came to be)
> start mythtv, go to this admin page
> and do ALL configuration from here,
> but even some configurability from a web interface would also be
> nice.
> - eg changing the locale for the weather channel
> - eg changing the default video recording quality
> - eg changing videoconferencing settings for MythMeeting
>
> 5)MythMeeting
> - A video conferencing utility similar to the Polycom setup.
> - This I am most interested in, and am willing to spend the most time
> on.
> - Ability to record meetings, use an address book, select connection
> speed. _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev


risto at elkhornbanff

Jan 17, 2003, 3:41 PM

Post #5 of 7 (4024 views)
Permalink
Re: Some Ideas on MythTV - Convergence [In reply to]

Stephan Wentz <wentz[at]gmx.de> said:

> > 1.
> > The MythMovie is already there as MythVideo. (I has a new cvs commit I'm
> > adding this weekend with lots of good
> > Changes)
> >
> > The big issue with this is do we go write a whole full-blown app like
> > mplayer, always keep up with
> > The latest codecs,..etc..or do we just spawn off to mplayer and let them
> > deal with it.
> > The latter is what I'm doing now.
> >
> > If people prefer, I could try and rip out the guts of mplayer and
> > directly make a MythVideo/Movie
> > Application..if that's what the overall vision is, then I guess it's
> > better to start sooner than later.
> >
> > Personally, I'm using mythvideo with mythtv 100% of the time. It's my
> > main "tv". I have yet to have
> > Any problems. (well..except for the reemote control, but I'm working on
> > that)
>
> hmm i don't know why it should be changed? runs fine the way it is!
> maybe the selection-screen could be updated, and fit into the generell
> display-theme... and the keys should be equal to mythtv! (don't now if this
> is the case right now)

I also think there isn't a need for yet another media player (yamp)tm
For flexibility one might be able to chooose whether xine or mplayer does the
actual playback of the video.

If i understand correctly, then you are talking about updating this:
http://mythtv.sourceforge.net/mc/playbackgrab.png selection screen.

It would be nice to search by name or category in this screen
eg let the user select from all episodes of Scrubs
eg let the user select from all Sports events
something like
"select * from recorded_events where category = Sports";

It would also be nice to have a screen or a place on this screen
where it would be obvious how to play a DVD or a file off a CD
maybe

Main menu
->Playback
->Select a Recording (http://mythtv.sourceforge.net/mc/playbackgrab.png)
->Search Recordings
->Play a DVD

Again, excuse me if this already works like this,
>
> > 2. MythRadio. Good idea..i had actually just pulled out my radio tuner
> > card out of the attic and was thinking about it myself...
>
> great idea! i have a wintv pci-fm with a radio tuner, would be great to use
> this thing myth mythtv!

I am glad you guys like the idea about the fm tuner and a shoutcast-esque
interface

>
> > 3. no comment
>
> me too ;-)

Well @ any rate, it would still nice to have the system note when it has free
time and to transcode the recordings to mpeg4 during that downtime to save space.

There would have to be a way to mark certain episodes for transcoding
(eg the ones where unwanted sections have been edited out)
a half an hour episode without the 10 minutes of "stuffing" should only take
200Megs in good quality mpeg4

>
> > 4. what I really want to do is have mythfronend be able to run
> > completely as a "slave" i.e. listen to a network
> > Port and be able to send it commands to do..essentially giving it a
> > network API.
> > It's not quite what you're saying but could kinda jive.
>
> hmm wait a minute... hehe... this is weird... mythbackend as a server listens
> to mythfrontend as a client, and mythfrontend should listen as a server to
> some other client? this _isn't_ what a client is supposed to do! why not
> build this stuff into the server, it's _his_ work to receive data and compute
> things!
> reminds me of the mysql-discussion here ;-)

no comment

>
>
> > 5. I think this is also an awesome idea, and my opinion is expecially if
> > you are interestred in doing it,
> > That it'd be the best thing for you to do.
>
> i don't think i have any need for this, but it _really_ sounds interesting!

The concepts are there for doing videoconferencing with TV sets,
where the whole interface can be controlled with only a remote.
Setups like these have been used for things like telehealth and distance learning.

I also have the benefit of having access to a few elaborate videoconferencing
setups, that i can draw ideas from.

I really think this is worth pursuing then.

Risto.
PS. I never did get to my 6th idea, but that's a whole new thread.

>
> bye, stephan
>
> >
> >
> > -----Original Message-----
> > From: mythtv-dev-bounces[at]snowman.net
> > [mailto:mythtv-dev-bounces[at]snowman.net] On Behalf Of Risto Treksler
> > Sent: Thursday, January 16, 2003 8:36 PM
> > To: mythtv-dev[at]snowman.net
> > Subject: [mythtv] Some Ideas on MythTV - Convergence
> >
> >
> >
> >
> >
> > Hello,
> >
> > Let me first disclaim that this is my first time posting to the list,
> > and I have searched the list archives a bit to try not to duplicate too
> > many ideas. I have also NOT used the product, so please bear with me
> > WHEN I mention things that already exist.
> >
> > I have 6 main questions or ideas.
> > Please reply with thoughts on how much work has gone into these ideas
> > already.
> >
> > 1)MythDVD/MythDivx --MythMovie?
> > 2)MythRadio
> > 3)MythBurner
> > 4)MythWeb "Setup Section"
> > 5)MythMeeting
> >
> >
> > 1)MythMovie
> > - Ability to play DVD/Divx/VCD/and burnt MythTV format files.
> > - It should be fairly obvious how to play a movie file on a removable
> > device
> > when looking at the main menu."Play a recording" looks kind of right,
> > but not quite
> >
> > 2)MythRadio
> > - Internet Radio or FM Radio from a radio card.
> > - Some tuner cards also have FM capability
> > so lots of people might already have the hardware for this.
> >
> > 3)MythBurner
> > - Make CD compilations from ripped tracks or burn the MP3 library
> > - Burn TV Episodes to save HDD space
> > transcoding the file before burning might also come in handy
> >
> > 4)MythWeb "Setup Section"
> > - any and all necessary config changes from a default install
> > hopefully this would be good enough, so that
> > you can just give someone an rpm and have them install the rpm,
> > or install MythOS form an iso (if such a thing came to be)
> > start mythtv, go to this admin page
> > and do ALL configuration from here,
> > but even some configurability from a web interface would also be
> > nice.
> > - eg changing the locale for the weather channel
> > - eg changing the default video recording quality
> > - eg changing videoconferencing settings for MythMeeting
> >
> > 5)MythMeeting
> > - A video conferencing utility similar to the Polycom setup.
> > - This I am most interested in, and am willing to spend the most time
> > on.
> > - Ability to record meetings, use an address book, select connection
> > speed. _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> >
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev[at]snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>



--


nathan at ziarek

Jan 17, 2003, 4:24 PM

Post #6 of 7 (4016 views)
Permalink
RE: Some Ideas on MythTV - Convergence [In reply to]

>>> 2. MythRadio. Good idea..i had actually just pulled out my radio
tuner
>>> card out of the attic and was thinking about it myself...

>> great idea! i have a wintv pci-fm with a radio tuner, would be great
to >> use this thing myth mythtv!

> I am glad you guys like the idea about the fm tuner and a
shoutcast-esque
> Interface

Do you love the idea of a shoutcast-esque section because you are
working on it?!

(I hope you say yes)

Nate


risto at elkhornbanff

Jan 17, 2003, 5:09 PM

Post #7 of 7 (4022 views)
Permalink
RE: Some Ideas on MythTV - Convergence [In reply to]

Nathan Ziarek <nathan[at]ziarek.com> said:

> >>> 2. MythRadio. Good idea..i had actually just pulled out my radio
> tuner
> >>> card out of the attic and was thinking about it myself...
>
> >> great idea! i have a wintv pci-fm with a radio tuner, would be great
> to >> use this thing myth mythtv!
>
> > I am glad you guys like the idea about the fm tuner and a
> shoutcast-esque
> > Interface
>
> Do you love the idea of a shoutcast-esque section because you are
> working on it?!
>
> (I hope you say yes)

I wish I could,
like i mentioned earlier, I have not even used MythTV yet,
but want to get involved, especially with my MythMeeting idea.

>
> Nate
>
>
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
>



--

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.