Misinthe 46 Posted June 11, 2021 Posted June 11, 2021 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.
Luke 42086 Posted June 11, 2021 Posted June 11, 2021 HI, it hasn't been removed. Can you please show a screenshot of what you see? thanks.
CasperTV 9 Posted June 12, 2021 Posted June 12, 2021 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 46 Posted June 12, 2021 Author Posted June 12, 2021 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. 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.
Luke 42086 Posted June 12, 2021 Posted June 12, 2021 Can you check the content type of the library in Emby library setup? Is it set to music?
Misinthe 46 Posted June 12, 2021 Author Posted June 12, 2021 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
Solution Carlo 4561 Posted June 12, 2021 Solution Posted June 12, 2021 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.
Misinthe 46 Posted June 12, 2021 Author Posted June 12, 2021 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>
Carlo 4561 Posted June 12, 2021 Posted June 12, 2021 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 46 Posted June 12, 2021 Author Posted June 12, 2021 (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 June 12, 2021 by Misinthe 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now