Stable: 2.5.2
Development: 2.6-alpha3
Hi, as it says i'm happy to get my radio through MOC and have tried using the ^u code to save the url (to the playlist?) and am having no joy. The radio is playing fine but i just get 'bad command' when I input ^u
Can anyone give me a steer please as i've searched it but can't make it work, what am i missing?
Sean
jcf
Sat, 2019-09-07 22:16
Permalink
Maybe The '^' Is Confusing You
You do realise that '
^u
' means "control-u", don't you?If you do and that's what you're keying, check your keymap file (to be found in your
share/doc/moc/
or~/.moc/
directories) to see if the '^u
' line still maps toplist_add_stream
.seanjackson
Sun, 2019-09-08 16:05
Permalink
many thanks JC, no i did not
many thanks JC, no i did not know ^ meant control :-) thanks for that, it's on the playlist now, great.
kmws
Sat, 2019-09-07 22:25
Permalink
C-u (Ctrl-u) should add a
C-u (Ctrl-u) should add a given URL to the playlist (if it's valid). If that's not the case, you could try running help ("?") key and see if ^u is indeed mapped to this command. In my case, I can see that there's the line saying:
...and it works for me.
seanjackson
Sun, 2019-09-08 16:05
Permalink
thanks for the help, my own
thanks for the help, my own limited understanding at work here, nothing more. cheers.