Jump to content

remove the playlist


igeoorge

Recommended Posts

Happy2Play

You could just delete the library for Dashboard-Library, but at some point it will return.

 

But with css you would first need to get the parentid for the url (open playlist library and look at the url).

 

Use your parentid for the library you wish to remove.

[data-id="Your Parentid"] {display: none; }

/*Remove a specific library*/
[data-id="e957f9042f99d8b3c9c0f7f4d81898b8"] {display: none; }
Edited by Happy2Play
Link to comment
Share on other sites

igeoorge
Hi,

 

This is PlayList URL

web / index.html #! / list / list.html? parentId = 1071671e7bffa0532e930debee501d2e & serverId = d7858168c5144a3cb6699692fdfe0113

 

So I left it like this:

/ * Remove a specific library * /

[data-id = "1071671e7bffa0532e930debee501d2e"] {display: none; }

 

Is correct? Did not work

Link to comment
Share on other sites

Happy2Play

 

Hi,
 
This is PlayList URL
web / index.html #! / list / list.html? parentId = 1071671e7bffa0532e930debee501d2e & serverId = d7858168c5144a3cb6699692fdfe0113
 
So I left it like this:
/ * Remove a specific library * /
[data-id = "1071671e7bffa0532e930debee501d2e"] {display: none; }
 
Is correct? Did not work

 

I was testing on beta so I don't know exact what is different on stable, just add !important.

/*Remove a specific library*/
[data-id="1071671e7bffa0532e930debee501d2e"]{display: none !important; }
Link to comment
Share on other sites

Happy2Play

**Update in 4.3 Playlists become a library like Collections are in Dashboard-Library.  That would be the big difference in beta over stable.

 

So this will probably break on next server update.

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

 

Is it possible to remove this button?
 
aaaaaaaa.png?1570478548

 

 

 

I didn't understand much. Does this mean it is not possible?

 

We posted at the same time.  Are you saying the code above does not work on that button or is that button found somewhere else?

Link to comment
Share on other sites

igeoorge
After entering the code, the button keeps appearing and it is possible to access it.

 

 


If it were possible, I would like to give all users no access to the playlist folder.

 

Link to comment
Share on other sites

Happy2Play

 

After entering the code, the button keeps appearing and it is possible to access it.
 
 
If it were possible, I would like to give all users no access to the playlist folder.
 

 

 

I have no issue using this on 4.2.1.0 to remove Playlists from Home Screen.  Unless that button your are showing is somewhere else?

/*Remove a specific library*/
[data-id="1071671e7bffa0532e930debee501d2e"]{display: none !important; }
Link to comment
Share on other sites

Happy2Play

 

I am trying to remove it from the menu.
 
Menu that is hidden on the left side.

 

Okay that would be

/*Remove a specific library and left Menu option*/
[data-id="1071671e7bffa0532e930debee501d2e"], [data-itemid="1071671e7bffa0532e930debee501d2e"] {display: none !important; }
Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...