Read the statement by Michael Teeuw here.
MMM-MPlayer
-
@clakkentt said in MMM-MPlayer:
@hrmax23
I don’t know why but the MPlayer header show up in the latest MMM-MPlayer update, at least in my setup, it does not show up in the previous version. I upgraded and then downgraded.Hi, could you please sent me the output of
$ ps -eaf | grep mplayer | grep -v grep
for the version that is working?
I am currently busy with a new version, but I messed up a bit by not using a development branch.
Hope to have sorted that out soon.
The new version will have a bit different configuration setting than the old one.Also refer to
https://forum.magicmirror.builders/topic/19539/mmm-mplayer-display-issue
for the issue I am facing (related to what you are seeing with the new version). -
@evroom said in MMM-MPlayer:
I am currently busy with a new version, but I messed up a bit by not using a development branch.
you can git stash ,
create/switch to branch, git checkout -b newbranch_name
git stash pop to move the changes to the branch (before commit) -
There is a main branch now that contains the original code.
And a dev branch that contains the new code.
The new code needs a different entry in the config.js. -
@evroom said in MMM-MPlayer:
The new code needs a different entry in the config.js.
different README in this branch
-
pi-mirr+ 25230 22066 53 11:17 ? 00:00:03 mplayer -noborder -monitoraspect 0 -vf rotate=-1 -geometry 450:100 -xy 352 288 rtsp://admin:password@192.168.0.85:554/cam/realmonitor?channel=1&subtype=1
Sorry for the delay in replying, I don’t get e-mail notices when someone replies to my posts.
-
@clakkentt said in MMM-MPlayer:
Sorry for the delay in replying, I don’t get e-mail notices when someone replies to my posts.
you can change this in your profile
-
@clakkentt said in MMM-MPlayer:
@evroom
…
Sorry for the delay in replying, I don’t get e-mail notices when someone replies to my posts.No problem.
I discovered the reason why it happens and am busy with a new version.
Hope to release it soon (first need to solve an issue with recalculating the window position).
Those that are interested can have a look at the README of the dev branch.