jdogg172 / tinymediamanager

Automatically exported from code.google.com/p/tinymediamanager
0 stars 0 forks source link

[FR] option to play movie ,direct from TMM. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

featured requset - to add option to play the movie direct from TMM UI ,as tmm 
is a media manger will be nice to play the movie ,with tmm , 
even better, to let as select witch player will play the movie , 

thanks in advance.

Original issue reported on code.google.com by ysm...@gmail.com on 17 Oct 2012 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by manuel.l...@gmail.com on 28 Oct 2012 at 6:56

GoogleCodeExporter commented 9 years ago
I did much research with myron on this feature request, but there are a bunch 
of things to consider when creating a "media center" out of tmm.

there are a few ways to implement that:

* open the file with the systems default player. (would be easy, but a problem 
with 2 disc movies, dvd images and so on)
* play it with a preferred player. (tmm has to know starting parameters of 
these players - to pass the right information to the player)
* use installed vlc. (the user has to install vlc on the system and tmm uses it 
automatically)
* embed vlc into tmm. (huge download)

Original comment by manuel.l...@gmail.com on 9 Feb 2013 at 10:36

GoogleCodeExporter commented 9 years ago
implemented a "light" version of the play button into r694
it will play the movie/episode with the systems default player

Original comment by manuel.l...@gmail.com on 1 Jul 2013 at 5:50