Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Sat, 26 May 2018 04:14:52 +0500 Mike Kazantsev wrote: > On Fri, 25 May 2018 18:59:06 -0400 > Yoni Rabkin wrote: > > > Another change needed is to add a regexp to the player so that > > (emms-player-get emms-player-mpv 'regex) will return a useful

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Fri, 25 May 2018 18:59:06 -0400 Yoni Rabkin wrote: > Another change needed is to add a regexp to the player so that > (emms-player-get emms-player-mpv 'regex) will return a useful value that > emms-source-file-regex can use. > > Among other things this breaks is that the

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Fri, 25 May 2018 16:02:10 -0400 > Yoni Rabkin wrote: > >> Before you do, please change the dependence on the cl package to the >> newer cl-lib (clean namespace), and make sure that emms-mpv-ipc-proc is >> defined before it is

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Fri, 25 May 2018 18:22:59 -0400 Yoni Rabkin wrote: > Mike Kazantsev writes: > > > On Fri, 25 May 2018 17:55:56 -0400 > > Yoni Rabkin wrote: > > > >> I also think the code needs to move to the emms-player-... namespace. > > > >

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
(sorry for duplicate, mailed it off-list accidentally) On Fri, 25 May 2018 18:25:13 -0400 Yoni Rabkin wrote: > Mike Kazantsev writes: > > > On Fri, 25 May 2018 17:55:56 -0400 > > Yoni Rabkin wrote: > > > >> I also think the code

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Fri, 25 May 2018 17:55:56 -0400 > Yoni Rabkin wrote: > >> I also think the code needs to move to the emms-player-... namespace. > > Yeah, I was kinda afraid of that. At least I'm not asking you to modify your idiosyncratic

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Fri, 25 May 2018 17:55:56 -0400 > Yoni Rabkin wrote: > >> I also think the code needs to move to the emms-player-... namespace. > > Yeah, I was kinda afraid of that. > > Not hard to change, but that'd make all the names so

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Sat, 26 May 2018 03:06:54 +0500 Mike Kazantsev wrote: > On Fri, 25 May 2018 17:55:56 -0400 > Yoni Rabkin wrote: > > > Using the file method it doesn't detect the player ending and > > therefore doesn't move on to the next track. This had worked

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Fri, 25 May 2018 17:55:56 -0400 Yoni Rabkin wrote: > I also think the code needs to move to the emms-player-... namespace. Yeah, I was kinda afraid of that. Not hard to change, but that'd make all the names so horribly long, hurting readability, unless there some way to

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Fri, 25 May 2018 17:44:08 -0400 Yoni Rabkin wrote: > I use Emms to play long videos often and would like to integrate > bookmarking with the ability to detect when and where the video had been > paused on the mpv side (someone walked into the room and hit the > space-bar on

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Fri, 25 May 2018 16:02:10 -0400 > Yoni Rabkin wrote: > >> Before you do, please change the dependence on the cl package to the >> newer cl-lib (clean namespace), and make sure that emms-mpv-ipc-proc is >> defined before it is

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Fri, 25 May 2018 16:02:10 -0400 > Yoni Rabkin wrote: > >> Before you do, please change the dependence on the cl package to the >> newer cl-lib (clean namespace), and make sure that emms-mpv-ipc-proc is >> defined before it is

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Mike Kazantsev
On Fri, 25 May 2018 16:02:10 -0400 Yoni Rabkin wrote: > Before you do, please change the dependence on the cl package to the > newer cl-lib (clean namespace), and make sure that emms-mpv-ipc-proc is > defined before it is referenced. Oh, right, forgot to check it for warnings

Re: [emms-help] mpv player alternative with json-ipc

2018-05-25 Thread Yoni Rabkin
Mike Kazantsev writes: > On Mon, 16 Apr 2018 01:00:17 +0500 > Mike Kazantsev wrote: > >> Pushed new backend option now to mpv-json-ipc branch, with support for >> both older mpv versions with one-pid-per-track + --input-file operation >> and newer