INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Car Radio disabled from MC features. Still pops up as an item in Panel  (Read 961 times)

magnust

  • Galactic Citizen
  • ****
  • Posts: 380

I have since may years disabled Car Radio in general settings under features. But the thing still pops up on panel, but empty obviously. That's a bit irritating.

PS:
How do I remove Radio JRiver from panel? I already have my own radio panel item with exactly the stations I want.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71449
  • Where did I put my teeth?
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #1 on: October 14, 2018, 06:40:06 am »

I don't believe you can.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #2 on: October 14, 2018, 08:09:20 am »

One of the main points with MC is that we are free to organize and play our media without being locked down to a few preset ways of organizing and browsing it or locked to one specific file format and so on. Not like Apple and others locking us into what they decide is best for us or even worse, they decide what they want to push down our throats by locking in advertisements or even their idea of "features" into the software we use.

Are you making a direction change for MC, deciding for us and forcing functionality onto us?

Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71449
  • Where did I put my teeth?
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #3 on: October 14, 2018, 08:38:31 am »

I guess we are.  Sorry.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #4 on: October 14, 2018, 10:55:05 am »

Are you ironic? Did I come out to aggressive? Ok, let's restart.

Obviously I don't like having services like radio and/or functionality I don't want forced into the interface.

The CarRadio stuff can probably be manually hacked out of the javascript code?
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71449
  • Where did I put my teeth?
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #5 on: October 14, 2018, 12:03:45 pm »

We're not going to make everything customizable.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #6 on: October 14, 2018, 02:18:40 pm »

That's ok. But forcing web radiostations into my music collection?
Logged

swiv3d

  • Guest
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #7 on: October 14, 2018, 02:27:10 pm »

What's the problem - if you can't ignore a few buttons on the panel interface it is a sad day.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #8 on: October 14, 2018, 03:09:54 pm »

I'm surprised... Not happy if you continue down this slippery slope. Here are some radio stations you should listen too. Here's a music store you should get music from. Here's an advertisment for some artist we've decided to promote (not connected to your listening habits). Here's a music style we want to promote that we've decided you need to listen to. If it was custom suggestions superintelligently derived from my listening habits, okay. But just what you decide, NO.


Anyway. Both buttons are now GONE and not visible anymore in my MC.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #9 on: October 14, 2018, 04:10:47 pm »

What's the problem - if you can't ignore a few buttons on the panel interface it is a sad day.

Just waiting for this now:

IKEA just sent me this message:
"What's the problem - if you can't ignore some unused extra shelves in your closet it is a sad day."

Ford:
"What's the problem - if you can't ignore some mandatory green wheels on your car it is a sad day."


 ;D ::)
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71449
  • Where did I put my teeth?
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #10 on: October 14, 2018, 04:13:02 pm »

Life's too short. Ease up.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #11 on: October 16, 2018, 04:31:50 pm »

Nonono, life's not too short to get annoyed  ;D



Here's a tool to remove (and restore) the two items:

https://yabb.jriver.com/interact/index.php/topic,117886.0.html




BTW: It looks like you might have a small mistake in your code in the Panel\root\default\index.html
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71449
  • Where did I put my teeth?
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #12 on: October 16, 2018, 04:42:19 pm »

It looks like you might have a small mistake in your code in the Panel\root\default\index.html
You could post details here or send them to brad at jriver.  Thanks.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #13 on: October 19, 2018, 09:08:53 am »

Currently the file C:\Program Files\J River\Media Center 24\Data\Panel\Root\Defaultindex.html has this in it:

body,button{font-family:'Open Sans',sans-serif!important}

But the curly braces need escape backslashes since they currently are deleted before sending the html to the browser. So this works:

body,button\{font-family:'Open Sans',sans-serif!important\}

But you can either add the backslashes to the index.html or change the parsing of index.html so the curly braces are kept without escaping with backslashes. If you choose the second option to fix the bug I'll need to update my remove/restore scripts slightly.
Logged

BradATIMA

  • Citizen of the Universe
  • *****
  • Posts: 1641
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #14 on: October 19, 2018, 12:53:38 pm »

It will probably be the parsing that changes because it should not be removing curly braces inside a style tag.
Logged

magnust

  • Galactic Citizen
  • ****
  • Posts: 380
Re: Car Radio disabled from MC features. Still pops up as an item in Panel
« Reply #15 on: October 19, 2018, 03:52:19 pm »

Yeah I thought you would since the curly braces around the function aren't deleted when parsing the file...
Logged
Pages: [1]   Go Up