Jump to content

No "Songs" Category?


Go to solution Solved by Carlo,

Recommended Posts

Misinthe
Posted

Hello, I usually listen to my music in shuffle in "songs" and now it seems it has been removed? If I use "Artist" it will cycle shuffle through the same artist over and over, how can I hear all my songs together? 

Thank you. 

Posted

HI, it hasn't been removed. Can you please show a screenshot of what you see? thanks.

Posted

My server had done the same thing, for me the reason was windows just updated and needed to restart. After that it went back to normal again, hope this helps !!

Misinthe
Posted
14 hours ago, Luke said:

HI, it hasn't been removed. Can you please show a screenshot of what you see? thanks.

Here you go, this is from the server itself, but I also tried on an iPhone, iPad and Android phone and it's not showing anywhere.

image.png.a9e145e90d2405e91d073affde133fde.png

 

2 hours ago, CasperTV said:

My server had done the same thing, for me the reason was windows just updated and needed to restart. After that it went back to normal again, hope this helps !!

My server is all up to date, and it restarts every morning at 5am.

Posted

Can you check the content type of the library in Emby library setup? Is it set to music?

Misinthe
Posted
2 hours ago, Luke said:

Can you check the content type of the library in Emby library setup? Is it set to music?

Hello, I checked and somehow it got changed to "Mixed Content", which I don't know how it did, when it was "Music" before, and it won't let me change it back, I have to delete and rebuild the library, which I can't do because I'm having the Library issues from the other post! @cayars

Misinthe
Posted
4 minutes ago, cayars said:

To fix the "Mixed Content" library type follow this post which should get you fixed up quickly.

https://emby.media/community/index.php?/topic/98712-how-to-play-entire-album/&do=findComment&comment=1030763

Let us know how you make out.

Thank you for that, there doesn't seem to be a ContentType in my .xml file, should I just add one?

<?xml version="1.0"?>
<LibraryOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <EnableArchiveMediaFiles>false</EnableArchiveMediaFiles>
  <EnablePhotos>true</EnablePhotos>
  <EnableRealtimeMonitor>true</EnableRealtimeMonitor>
  <EnableChapterImageExtraction>false</EnableChapterImageExtraction>
  <ExtractChapterImagesDuringLibraryScan>false</ExtractChapterImagesDuringLibraryScan>
  <DownloadImagesInAdvance>false</DownloadImagesInAdvance>
  <PathInfos>
    <MediaPathInfo>
      <Path>F:\Music</Path>
    </MediaPathInfo>
  </PathInfos>
  <SaveLocalMetadata>false</SaveLocalMetadata>
  <SaveLocalThumbnailSets>false</SaveLocalThumbnailSets>
  <ImportMissingEpisodes>false</ImportMissingEpisodes>
  <EnableAutomaticSeriesGrouping>true</EnableAutomaticSeriesGrouping>
  <EnableEmbeddedTitles>false</EnableEmbeddedTitles>
  <EnableAudioResume>false</EnableAudioResume>
  <AutomaticRefreshIntervalDays>0</AutomaticRefreshIntervalDays>
  <PreferredMetadataLanguage />
  <MetadataCountryCode />
  <SeasonZeroDisplayName>Specials</SeasonZeroDisplayName>
  <MetadataSavers />
  <DisabledLocalMetadataReaders />
  <LocalMetadataReaderOrder>
    <string>Nfo</string>
  </LocalMetadataReaderOrder>
  <DisabledSubtitleFetchers />
  <SubtitleFetcherOrder>
    <string>Open Subtitles</string>
  </SubtitleFetcherOrder>
  <SkipSubtitlesIfEmbeddedSubtitlesPresent>false</SkipSubtitlesIfEmbeddedSubtitlesPresent>
  <SkipSubtitlesIfAudioTrackMatches>false</SkipSubtitlesIfAudioTrackMatches>
  <SubtitleDownloadLanguages />
  <RequirePerfectSubtitleMatch>true</RequirePerfectSubtitleMatch>
  <SaveSubtitlesWithMedia>true</SaveSubtitlesWithMedia>
  <ForcedSubtitlesOnly>false</ForcedSubtitlesOnly>
  <TypeOptions>
    <TypeOptions>
      <Type>MusicAlbum</Type>
      <MetadataFetchers>
        <string>MusicBrainz</string>
        <string>TheAudioDB</string>
      </MetadataFetchers>
      <MetadataFetcherOrder>
        <string>MusicBrainz</string>
        <string>TheAudioDB</string>
      </MetadataFetcherOrder>
      <ImageFetchers>
        <string>FanArt</string>
        <string>TheAudioDB</string>
      </ImageFetchers>
      <ImageFetcherOrder>
        <string>FanArt</string>
        <string>TheAudioDB</string>
      </ImageFetcherOrder>
      <ImageOptions />
    </TypeOptions>
    <TypeOptions>
      <Type>MusicArtist</Type>
      <MetadataFetchers>
        <string>MusicBrainz</string>
        <string>TheAudioDB</string>
      </MetadataFetchers>
      <MetadataFetcherOrder>
        <string>MusicBrainz</string>
        <string>TheAudioDB</string>
      </MetadataFetcherOrder>
      <ImageFetchers>
        <string>FanArt</string>
        <string>TheAudioDB</string>
      </ImageFetchers>
      <ImageFetcherOrder>
        <string>FanArt</string>
        <string>TheAudioDB</string>
      </ImageFetcherOrder>
      <ImageOptions />
    </TypeOptions>
    <TypeOptions>
      <Type>MusicVideo</Type>
      <MetadataFetchers />
      <MetadataFetcherOrder>
        <string>TheMovieDb</string>
      </MetadataFetcherOrder>
      <ImageFetchers>
        <string>Screen Grabber</string>
      </ImageFetchers>
      <ImageFetcherOrder>
        <string>TheMovieDb</string>
        <string>FanArt</string>
        <string>Screen Grabber</string>
      </ImageFetcherOrder>
      <ImageOptions />
    </TypeOptions>
    <TypeOptions>
      <Type>Audio</Type>
      <MetadataFetchers />
      <MetadataFetcherOrder />
      <ImageFetchers>
        <string>Image Extractor</string>
      </ImageFetchers>
      <ImageFetcherOrder>
        <string>Image Extractor</string>
      </ImageFetcherOrder>
      <ImageOptions />
    </TypeOptions>
  </TypeOptions>
  <CollapseSingleItemFolders>true</CollapseSingleItemFolders>
  <MinResumePct>5</MinResumePct>
  <MaxResumePct>90</MaxResumePct>
  <MinResumeDurationSeconds>180</MinResumeDurationSeconds>
  <ThumbnailImagesIntervalSeconds>10</ThumbnailImagesIntervalSeconds>
</LibraryOptions>

Posted

Yes you can add it.  Just don't add it in the middle of an existing section. :)

You could add it right before the closing "</LibraryOptions>" if you like.

Misinthe
Posted (edited)
2 hours ago, cayars said:

Yes you can add it.  Just don't add it in the middle of an existing section. :)

You could add it right before the closing "</LibraryOptions>" if you like.

All good now, thank you!

Edited by Misinthe
  • Like 1
Posted

Great, glad to hear it.

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