Jump to content

Music Library Showing Root Folder


Recommended Posts

JsinFate
Posted

Hello guys.

I noticed that when I use Emby to view my Music folder it actually shows the Music folder. When I click on the folder is shows the Edgar Allan Poe audio book I have for some reason.

 

image.png.d10cc06aeb438b612699fa6f7b449c86.png

 

Also, is there a way to view albums only or at least display all albums above the song list?  I would like to view only albums after I click on an artist name.

image.thumb.png.83f3cc136cf11a89fe9825c28148135e.png

 

Thank you guys!

Happy2Play
Posted

But that view does not come from structure it should be from embedded tags.

JsinFate
Posted (edited)
13 hours ago, Happy2Play said:

But that view does not come from structure it should be from embedded tags.

Thank you for the assistance.

I moved the entire folder off that drive and put it on my desktop. Then I used mp3tag to look at all the tags and could not find any reference to "Music" that Emby would be pulling from. I keep my mp3tags very simple and clean.

The only thing I did change was to move "Vincent Price" and "Basil Rathbone" from the Comment section to the Album Artist section

I move the folder back and now the Music folder is gone and I now have two entries. So one of those steps worked.

Thank you so much for pointing me in the right direction and getting me thinking!

 

Do you know of any way to show all of an artists albums as default instead of songs on top and albums at the bottom?

 

Edited by JsinFate
Added Question.
Happy2Play
Posted
3 hours ago, JsinFate said:

Do you know of any way to show all of an artists albums as default instead of songs on top and albums at the bottom?

It only affects the web client, but you can uses some custom css in Custom CSS box.

div.details-additionalContent {
    display: flex;
    flex-direction: column;
}

div.artistSongsSection {order: 2;}

Or just this to remove songs

div.artistSongsSection {display: none;}

 

  • Like 1
JsinFate
Posted

Thank you for the CSS, that worked.

Perhaps I will make a feature request to add some controls to sort and manage music for different platforms.

Thank you again Happy2Play!

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...