u8sand / Baka-MPlayer

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

piping output #182

Closed klick4karma closed 8 years ago

klick4karma commented 8 years ago

i have a script that marks the stdout of songs i like when using mpv. baka seems to trap stdout and writes a blank file. suggestions?

u8sand commented 8 years ago

@klick4karma I'm not sure I'm aware of this mpv feature, what are you hoping to get from stdout, the song itself? or some mpv output?

klick4karma commented 8 years ago

im using " | tee -a mpv.log" . to log streaming radio titles etc. works fine when calling mpv.

baka, not so much. On Dec 31, 2015 1:42 PM, "Daniel Clarke" notifications@github.com wrote:

@klick4karma https://github.com/klick4karma I'm not sure I'm aware of this mpv feature, what are you hoping to get from stdout, the song itself? or some mpv output?

— Reply to this email directly or view it on GitHub https://github.com/u8sand/Baka-MPlayer/issues/182#issuecomment-168233762 .

u8sand commented 8 years ago

@klick4karma I see, can you confirm that in the debugging console Ctrl + ` [default] the titles appear as you expect them to?

klick4karma commented 8 years ago

im not at the computer, but the title s do appear in the window bar...yes On Dec 31, 2015 2:05 PM, "Daniel Clarke" notifications@github.com wrote:

@klick4karma https://github.com/klick4karma I see, can you confirm that in the debugging console Ctrl + ` [default] the titles appear as you expect them to?

— Reply to this email directly or view it on GitHub https://github.com/u8sand/Baka-MPlayer/issues/182#issuecomment-168235596 .

u8sand commented 8 years ago

@klick4karma Ok, it should be relatively easy to print mpv's output to stdout, I'll set that up--may even help with general debugging.

klick4karma commented 8 years ago

thank you sir.

ill bug you about mpv profiles another day On Dec 31, 2015 2:13 PM, "Daniel Clarke" notifications@github.com wrote:

@klick4karma https://github.com/klick4karma Ok, it should be relatively easy to print mpv's output to stdout, I'll set that up--may even help with general debugging.

— Reply to this email directly or view it on GitHub https://github.com/u8sand/Baka-MPlayer/issues/182#issuecomment-168236204 .