u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
433 stars 92 forks source link

need features #186

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello Thanks for Baka-Mplayer. I've tried Baka and need these feature . if baka have these feature it can be best player on Gnu/linux.

u8sand commented 8 years ago

I'm sorry @G500 but you're going to have to elaborate for me as most of your list has me baffled.

The icon looks good in my opinion so that will only be changing at our discretion, same goes to the "theme."

Though we've considered single instance mode, we decided against it. I, for one, use multiple instances regularly, condensing instances into one process has no benefits that I can see. It's the operating system's job to share resources.

You can enable hwdec with mpv options, please consult the manual (in DOCS).

2alin commented 8 years ago

I love the icon, I think it matches the unity theme on my computer. It's simple, dark and distinctive. I don't have problems with the sound, it sounds even higher than SMPlayer or VLC (Ubuntu 15.04). I like the theme as well, dark one makes me appreciate better the video. I don't use the "add external sound files" options in players, but yup it could be helpful for someone. Same thing with multiple instances of player. About the "don't show playlist as default", that was annoying at the beginning, but I have disabled controls as default (Ctrl+H) and it's a workaround to the problem, but yes I would love to have the option to disable the playlist as default. Again, the design of the player is pretty good for me. I don't find it super configurable as smplayer or vlc, but I'm using Baka MPlayer already as my default one, maybe it doesn't need to have all the options that other players have.

gavsiu commented 8 years ago

I had a little trouble enabling hwdec, but resolved it.

I enabled hwdec for mpv using mpv.conf using vaapi with:

hwdec=auto                                                                                           
vo=opengl-hq:deband=no

It did not work with vo set in baka-mplayer:

"mpv": {
    "hwdec": "auto",
    "vo": "opengl-hq:deband=no",

So I left it at the default "vo": "",.