-
Notifications
You must be signed in to change notification settings - Fork 89
functionality of bomi #516
Comments
Yes of course. My mistake. Thank you very much.
…On Fri, Oct 19, 2018, 3:01 AM ugly95 ***@***.***> wrote:
To change how the left click is used, you need to go to the 'Mouse
actions' sections (on the left column, underneath 'Keyboard shortcuts'.
Then, find 'Left button' and 'No modifier' and change from 'unused' to
'Play/Pause'
[image: screenshot from 2018-10-19 02-58-05]
<https://user-images.githubusercontent.com/34800812/47202402-f9653400-d34a-11e8-8fcb-d4dc2f93d976.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6Bh_R0yYY6VCVI2fkTwR2oOmHMAgVks5umXi0gaJpZM4XvtQP>
.
|
Just some friendly advice, as cool as bomi was, it hasn't been updated for 2 years. It would be advisable to start considering other options. While it's still the best front end for mpv probably, it's missing some important functionality that has been added to mpv since it's time. |
Thanks, ; I've always loved SM Player , used it for years but it's not without it's problems. Finally got irritated enough last week to look around for something else. Really , SMPlayer , as far as I know has more options and functionality than anything else I've seen. Do you have any suggestions ? for other players? |
Personally I couldn't find anything to really replace bomi, I use mpv by itself and a custom config file. Although it's not as convenient as a full GUI, if you can just configure your mpv.conf properly once, and your keybindings as well, along with the right set of scripts, you'll get a nice experience where all videos will just work, and look right. The only functionality I'm missing really is a recent files list/way to open last played file. I cannot find an mpv frontend that has support for all the features that are important to me, most of them don't support setting an upscaling algorithm (bomi does; in fact I think xylosper may have played a role in getting the lanczos upscaling algorithms into mpv in the first place) and I have found none that support the motion interpolation (smooth motion) feature. Meaning the only way for me to get the full featureset was to just use mpv. Wasn't hard to set up to satisfaction actually, my config file was like 99% copied from someone else. And i installed 2 or 3 scripts too for some convenience purposes. I can share my setup with you if you'd like. (No idea how it would perform on a low-end computer though) |
I never really counted all the individual function options for SM Player but I guess there are over100. Of course no one really needs all of that; but what I liked was the ability to add/remove tools from the different tool bars- at the top and bottom of the player. That way I could have exactly what I need and want and nothing else cluttering up my interface. Beautiful. |
I like Bomi well enough but I wish there was some way to add/remove a couple of the tools from the tool bar; like subs track and audio track. I don't need them . Other than that I managed to set it up in a way I like. |
For volume, I configured mousewheel for it. Switching audio/subtitle tracks (in case the wrong ones get selected) are a and s. Skipping to next chapter or next file (if there is no chapter) is side mouse button. That's basically it, I don't use the GUI buttons below, I only sometimes use the seek bar when I'm playing files that don't have any chapter bookmarks. Also if I need to correct the subtitle track (like say add a delay for them, for mismatched audio track) that's F1/F2. What more could I need right? As for the issues you mentioned, it's a part of how linux is typically structured, programs get their binaries and libraries(dependencies) installed in some subdirectory of / (root), and then your configuration of the program goes somewhere in your home folder (like ~/.config/programname/configsgalore or occasionally ~/.programaname/configsgalore or ~/.local/share/programname/configsgalore) To reset the configuration of any program you have to find the config file location applicable to the program in question and delete the config files. (you should probably avoid deleting the folder, just wipe the files within) Uninstalling/reinstalling a program will only delete the binaries for most programs, the configs only get deleted if they are installed under /etc/ and these are the kinds of things where you can only configure them as sudo. |
Well right now I guess because there's no config file I don't even have a
right click context menu. The only thing that shows up in MPV is the play
pause button and the jump buttons next to it. What changes would I make to
say for example this MPV config file?
…On Fri, Oct 19, 2018, 11:55 PM Rabcor ***@***.***> wrote:
For volume, I configured mousewheel for it. Switching audio/subtitle
tracks (in case the wrong ones get selected) are a and s. Skipping to next
chapter or next file (if there is no chapter) is side mouse button. That's
basically it, I don't use the GUI buttons below, I only sometimes use the
seek bar when I'm playing files that don't have any chapter bookmarks.
What more could I need right?
As for the issues you mentioned, it's a part of how linux is typically
structured, programs get their binaries and libraries(dependencies)
installed in some subdirectory of / (root), and then your configuration of
the program goes somewhere in your home folder (like
~/.config/programname/configsgalore or occasionally
~/.programaname/configsgalore or ~/.local/share/programname/configsgalore)
To reset the configuration of any program you have to find the config file
location applicable to the program in question and delete it.
Uninstalling/reinstalling a program will only delete the binaries for most
programs, the configs only get deleted if they are installed under /etc/
and these are the kinds of things where you can only configure them as sudo.
To reset the configuration of the program, you have to delete
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6Bp34Ec98xUkSNACAnjKt5oQU6uvaks5ump65gaJpZM4XvtQP>
.
|
I mean if I delete a config file what do I replace it with?
…On Fri, Oct 19, 2018, 11:55 PM Rabcor ***@***.***> wrote:
For volume, I configured mousewheel for it. Switching audio/subtitle
tracks (in case the wrong ones get selected) are a and s. Skipping to next
chapter or next file (if there is no chapter) is side mouse button. That's
basically it, I don't use the GUI buttons below, I only sometimes use the
seek bar when I'm playing files that don't have any chapter bookmarks.
What more could I need right?
As for the issues you mentioned, it's a part of how linux is typically
structured, programs get their binaries and libraries(dependencies)
installed in some subdirectory of / (root), and then your configuration of
the program goes somewhere in your home folder (like
~/.config/programname/configsgalore or occasionally
~/.programaname/configsgalore or ~/.local/share/programname/configsgalore)
To reset the configuration of any program you have to find the config file
location applicable to the program in question and delete it.
Uninstalling/reinstalling a program will only delete the binaries for most
programs, the configs only get deleted if they are installed under /etc/
and these are the kinds of things where you can only configure them as sudo.
To reset the configuration of the program, you have to delete
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6Bp34Ec98xUkSNACAnjKt5oQU6uvaks5ump65gaJpZM4XvtQP>
.
|
Well I meant for smplayer, typically programs will automatically generate/replace these config files if they are missing. In smplayer's case you would generate a new one probably by changing some settings in the program. MPV however uses default configuration instead, it doesn't I think install a config file by default. So if yo uwant to configure mpv you have to create the config file yourself (or like I do, copy it from somewhere else). |
Oh.
…On Sat, Oct 20, 2018, 12:22 AM Rabcor ***@***.***> wrote:
Well I meant for smplayer, typically programs will automatically
generate/replace these config files if they are missing. In smplayer's case
you would generate a new one probably by changing some settings in the
program.
MPV however uses default configuration instead, it doesn't I think install
a config file by default. So if yo uwant to configure mpv you have to
create the config file yourself (or like I do, copy it from somewhere else).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6BtG7mwyHTQApbrSk_W3LW-X5Wg_Jks5umqUDgaJpZM4XvtQP>
.
|
I recommend using mpc-qt (Media Player Classic Qute Theater), I moved to it after bomi's development stop. It's a great Qt clone of MPC-hc (eol) with mpv backend. |
Thanks
…On Sun, Oct 21, 2018 at 12:21 PM Alexander Waldemar Ahjolinna < ***@***.***> wrote:
I recommend using mpc-qt (Media Player Classic Qute Theater)
<https://github.com/cmdrkotori/mpc-qt/>, I moved to it after bomi's
development stop. It's a great Qt clone of MPC-hc <https://mpc-hc.org/>
(eol) with mpv backend.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6Bqj5AINW2moILK-gaQV-UInnAZTcks5unJ8WgaJpZM4XvtQP>
.
|
It's a fairly decent choice, personally I was unhappy with it for previously mentioned reasons. (no support for interpolation and upscaling algorithm settings) |
When was the last time you tried it out, as it has gained more features all the time... Something haven't been added as the mpv API is currently quite limited. Bomi never used the API, but it's own "hack" which is why mpv has been wrapped into bomi. |
I don't even know what that stuff is. I use a media player for one thing
and one thing only, to watch movies. But I appreciate people offering
things and info. I wish I did know more about not just media and videos but
computers in general
…On Sun, Oct 21, 2018, 9:09 PM Rabcor ***@***.***> wrote:
I recommend using mpc-qt (Media Player Classic Qute Theater)
<https://github.com/cmdrkotori/mpc-qt/>, I moved to it after bomi's
development stop. It's a great Qt clone of MPC-hc <https://mpc-hc.org/>
(eol) with mpv backend.
It's a fairly decent choice, personally I was unhappy with it for
previously mentioned reasons. (no support for interpolation and upscaling
algorithm settings)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6BhdmNZm65oMrzJ4U7YD3P7d0HakFks5unRrNgaJpZM4XvtQP>
.
|
I'm using bomi now. All I do with it is watch movies. I don't know diddly
about hacking , API Etc. I wish I knew more
…On Mon, Oct 22, 2018, 6:41 AM Alexander Waldemar Ahjolinna < ***@***.***> wrote:
When was the last time you tried it out, as it has gained more features
all the time... Something haven't been added as the mpv API is currently
quite limited. Bomi never used the API, but it's own "hack" which is why
mpv has been wrapped into bomi.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6BhbOL26fSb_IvQXTAZmMyajfEzA2ks5unaDZgaJpZM4XvtQP>
.
|
Well as bomi uses its "hack" to communicate with mpv(which is wrapped up inside bomi), it also means now that the mpv version is really out of date. At least mpc-qt uses the system installed (lib)mpv and it supports the latest version. And as the mpv is the backend for both, I don't really see any reason anymore to use bomi... It's just becoming too old, which is sad as it was my fav media player for many years (and I was one of the early adopters, when it was still called CMPlayer) |
So you are using MPC QT?
…On Mon, Oct 22, 2018, 2:50 PM Alexander Waldemar Ahjolinna < ***@***.***> wrote:
Well as bomi uses its "hack" to communicate with mpv(which is wrapped up
inside bomi), it also means now that the mpv version is really out of date.
At least mpc-qt systems installed (lib)mpv and it supports the latest
version.
And as the mpv is the backend for both, I don't really see any reason
anymore to use bomi... It's just becoming too old, which is sad as it was
my fav media player for many years (and I was one of the early adopters,
when it was still called CMPlayer)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#516 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqO6BotgC0VtASm0SYQxvG8VRSmgWVYtks5unhN0gaJpZM4XvtQP>
.
|
There are some forks of bomi that try to keep it alive... But if nobody won't update it to support the latest mpv they are all pointless in the end |
@loimi yes, for over a year now... And I will use it as long as the creator/dev is active |
I want to "pause " the video by " left clicking"; but I don't understand how to replace the space button on my keyboard with the left click. Could you help me please? I see how to remove the space button but don't see how to add left click.
thank you
The text was updated successfully, but these errors were encountered: