Jellyfin Forum
macos 10.99 cant find music - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: macos 10.99 cant find music (/t-macos-10-99-cant-find-music)

Pages: 1 2


macos 10.99 cant find music - VehPi - 2024-08-17

no big computer skills here so be gentile.

reference:
~2018 mac mini 3.2 GHz 6-Core Intel Core i7     running macos = 14.6.1
previous running jellyFin server = 10.89
updated to = jellyFin 10.99

My previous typical jellyFin install was fully operational.  It had 3 libraries Movies, TV and Music
using the Brave broser = version 1.68 141
NAS file server in same home lan.

issue:
the 10.99 Music library has artist & album text and pictures but does NOT list any songs.  Some of the Music was marked as Favorites and this is also not showing up either.  The TV and Movies libraries are with out error.  The all the media tv, movies and music is organized on my NAS box which is on the same home LAN.  

attached log file
seems like log file didnt attach so included text below:
[2024-08-16 05:11:41.779 -06:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-16 05:11:57.267 -06:00] [INF] [33] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/Users/jah8/.local/share/jellyfin/cache/transcodes/9efeacc617bc0c944879fca59e5327ac.m3u8"
[2024-08-16 05:11:57.285 -06:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
[2024-08-16 05:11:58.845 -06:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Bleak City". Stopped at "2451090" ms
[2024-08-16 05:12:11.780 -06:00] [INF] [39] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-16 06:13:41.934 -06:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-08-16 06:13:42.988 -06:00] [INF] [39] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "jim" has succeeded.
[2024-08-16 06:13:42.988 -06:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "jim": 1/0
[2024-08-16 06:13:42.988 -06:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user d0d13456-a894-4db9-9508-ad314e580360
[2024-08-16 06:13:42.997 -06:00] [INF] [39] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
[2024-08-16 06:13:44.337 -06:00] [ERR] [20] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Users/d0d13456a8944db99508ad314e580360/Items/Latest".
System.InvalidOperationException: The data is NULL at ordinal 1. This method can't be called on NULL values. Check using IsDBNull before calling.
  at Microsoft.Data.Sqlite.SqliteDataRecord.GetNull[T](Int32 ordinal)
  at Microsoft.Data.Sqlite.SqliteValueReader.GetBlob(Int32 ordinal)
  at Microsoft.Data.Sqlite.SqliteDataRecord.GetCachedBlob(Int32 ordinal)
  at Microsoft.Data.Sqlite.SqliteDataRecord.GetStream(Int32 ordinal)
  at Emby.Server.Implementations.Data.SqliteItemRepository.GetItem(SqliteDataReader reader, InternalItemsQuery query, Boolean enableProgramAttributes, Boolean hasEpisodeAttributes, Boolean hasServiceName, Boolean queryHasStartDate, Boolean hasTrailerTypes, Boolean hasArtistFields, Boolean hasSeriesFields, Boolean skipDeserialization)
  at Emby.Server.Implementations.Data.SqliteItemRepository.GetItemList(InternalItemsQuery query)
  at Emby.Server.Implementations.Library.UserViewManager.GetItemsForLatestItems(User user, LatestItemsQuery request, DtoOptions options)
  at Emby.Server.Implementations.Library.UserViewManager.GetLatestItems(LatestItemsQuery request, DtoOptions options)
  at Jellyfin.Api.Controllers.UserLibraryController.GetLatestMedia(Nullable1 userId, Nullable1 parentId, ItemFields[] fields, BaseItemKind[] includeItemTypes, Nullable1 isPlayed, Nullable1 enableImages, Nullable1 imageTypeLimit, ImageType[] enableImageTypes, Nullable1 enableUserData, Int32 limit, Boolean groupItems)
  at lambda_method2072(Closure, Object, Object[])
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
  at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)


RE: macos 10.99 cant find music - theguymadmax - 2024-08-17

Stop Jellyfin, remove the entry below from your migrations.xml in the config folder and restart Jellyfin. Wait until the migration completes;
    <ValueTupleOfGuidString>
      <Item1>cf6fabc2-9fbe-4933-84a5-ffe52ef22a58</Item1>
      <Item2>FixAudioData</Item2>
    </ValueTupleOfGuidString>

Source


RE: macos 10.99 cant find music - VehPi - 2024-08-17

my Users/jah8/.config/jellyfin/migrations.xml looks like as below

4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabase


RE: macos 10.99 cant find music - VehPi - 2024-08-18

hay
appreciate in advance everyones help here



so

again I have a typical jellyFin impliminitation on an Apple mac mini intel processor
   am I looking at the correct file ?
       users/jah8/.config/jellyfin/migrations.xml


because contense of my migrations.xml file is no way as expected
     contense; see my post above
    my Users/jah8/.config/jellyfin/migrations.xml looks like as below
my Users/jah8/.config/jellyfin/migrations.xml looks like as belowmy Users/jah8/.config/jellyfin/migrations.xml looks like as belowmy Users/jah8/.config/jellyfin/migrations.xml looks like as below
4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabasemy Users/jah8/.config/jellyfin/migrations.xml looks like as below

4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabase



my Users/jah8/.config/jellyfin/migrations.xml looks like as below
my Users/jah8/.config/jellyfin/migrations.xml looks like as below

4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabasemy Users/jah8/.config/jellyfin/migrations.xml looks like as below


4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabasemy Users/jah8/.config/jellyfin/migrations.xml looks like as below


4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabase
4124c2cd-e939-4ffb-9be9-9b311c413638 DisableTranscodingThrottling ef103419-8451-40d8-9f34-d1a8e93a1679 CreateLoggingConfigHeirarchy 3793eb59-bc8c-456c-8b9f-bd5a62a42978 MigrateActivityLogDatabase acbe17b7-8435-4a83-8b64-6fcf162cb9bd RemoveDuplicateExtras 5c4b82a2-f053-4009-bd05-b6fcad82f14c MigrateUserDatabase 06387815-c3cc-421f-a888-fb5f9992bea8 MigrateDisplayPreferencesDatabase a81f75e0-8f43-416f-a5e8-516ccab4d8cc RemoveDownloadImagesInAdvance eb58ebee-9514-4b9b-8225-12e1a40020df AddDefaultPluginRepository 5f86e7f6-d966-4c77-849d-7a7b40b68c4e ReaddDefaultPluginRepository de009b59-baae-428d-a810-f67762dc05b8 AddPeopleQueryIndex 9b354818-94d5-4b68-ac49-e35cb85f9d84 CreateNetworkConfiguration 5bd72f41-e6f3-4f60-90aa-09869abe0e22 MigrateAuthenticationDatabase


RE: macos 10.99 cant find music - TheDreadPirate - 2024-08-18

@theguymadmax - should they just remove migrations.xml at this point?


RE: macos 10.99 cant find music - theguymadmax - 2024-08-18

I had tried removing the migrations.xml on a test server, to see if it would work with a recreated xml file, but that just crashed the system. I had to replace back the original xml file to get it working again. So I didn't want to recommend that.


Other suggestions:
In the system.xml file (config folder), make sure
Code:
<IsStartupWizardCompleted>true</IsStartupWizardCompleted>
is set to true.


RE: macos 10.99 cant find music - VehPi - 2024-08-19

y  
current system.xml and migrations.xml



cant find the text <IsStartupwizard completed... in system.xml
               but the current system.xml reads:
<?xml version="1.0" encoding="utf-8"?>
<MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Applied>
    <ValueTupleOfGuidString>
      <Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
      <Item2>DisableTranscodingThrottling</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
      <Item2>CreateLoggingConfigHeirarchy</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>3793eb59-bc8c-456c-8b9f-bd5a62a42978</Item1>
      <Item2>MigrateActivityLogDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>acbe17b7-8435-4a83-8b64-6fcf162cb9bd</Item1>
      <Item2>RemoveDuplicateExtras</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5c4b82a2-f053-4009-bd05-b6fcad82f14c</Item1>
      <Item2>MigrateUserDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>06387815-c3cc-421f-a888-fb5f9992bea8</Item1>
      <Item2>MigrateDisplayPreferencesDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>a81f75e0-8f43-416f-a5e8-516ccab4d8cc</Item1>
      <Item2>RemoveDownloadImagesInAdvance</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>eb58ebee-9514-4b9b-8225-12e1a40020df</Item1>
      <Item2>AddDefaultPluginRepository</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5f86e7f6-d966-4c77-849d-7a7b40b68c4e</Item1>
      <Item2>ReaddDefaultPluginRepository</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>de009b59-baae-428d-a810-f67762dc05b8</Item1>
      <Item2>AddPeopleQueryIndex</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
      <Item2>CreateNetworkConfiguration</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5bd72f41-e6f3-4f60-90aa-09869abe0e22</Item1>
      <Item2>MigrateAuthenticationDatabase</Item2>
    </ValueTupleOfGuidString>
  </Applied>
</MigrationOptions>






the current migrations.xml reads:

<?xml version="1.0" encoding="utf-8"?>
<MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Applied>
    <ValueTupleOfGuidString>
      <Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
      <Item2>DisableTranscodingThrottling</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
      <Item2>CreateLoggingConfigHeirarchy</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>3793eb59-bc8c-456c-8b9f-bd5a62a42978</Item1>
      <Item2>MigrateActivityLogDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>acbe17b7-8435-4a83-8b64-6fcf162cb9bd</Item1>
      <Item2>RemoveDuplicateExtras</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5c4b82a2-f053-4009-bd05-b6fcad82f14c</Item1>
      <Item2>MigrateUserDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>06387815-c3cc-421f-a888-fb5f9992bea8</Item1>
      <Item2>MigrateDisplayPreferencesDatabase</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>a81f75e0-8f43-416f-a5e8-516ccab4d8cc</Item1>
      <Item2>RemoveDownloadImagesInAdvance</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>eb58ebee-9514-4b9b-8225-12e1a40020df</Item1>
      <Item2>AddDefaultPluginRepository</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5f86e7f6-d966-4c77-849d-7a7b40b68c4e</Item1>
      <Item2>ReaddDefaultPluginRepository</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>de009b59-baae-428d-a810-f67762dc05b8</Item1>
      <Item2>AddPeopleQueryIndex</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
      <Item2>CreateNetworkConfiguration</Item2>
    </ValueTupleOfGuidString>
    <ValueTupleOfGuidString>
      <Item1>5bd72f41-e6f3-4f60-90aa-09869abe0e22</Item1>
      <Item2>MigrateAuthenticationDatabase</Item2>
    </ValueTupleOfGuidString>
  </Applied>
</MigrationOptions>


RE: macos 10.99 cant find music - theguymadmax - 2024-08-19

It looks like you didn’t paste the content of the system.xml file; instead, you pasted the migration content twice. If the startup wizard variable is missing from the system.xml file, move the migrations.xml and the system.xml file out of the config directory, then restart the server.


RE: macos 10.99 cant find music - metropical - 2024-08-19

I'm no coding guy, but as far as the MacOS, I've just updated the same way you have.
May I suggest Disk Utilities/Disk First Aid followed by Onyx.


RE: macos 10.99 cant find music - VehPi - 2024-08-21

well that was a bust. Thanks to everybone tho!
my content of system.xml and or migrations.xml was different than expected
i guess i dont know what it should look like.


this all started a few days ago:
-decided to update my MACos operating system from 12.6 to 14.6.1 on my intel based mac mini
the MACos update worked as expected.
-I also updated my jellyfin from 10.8.9 to 10.9.9
a simple jellyfin server running on a local lan, on a mac mini again under 14.6.1
everyting workd in the updated jellyFin like movies & TV but
i was unable to play any music the play buttonn missing
everything else like artest info was there
i am running a QNap NAS box and movies, TV and music all in a simple directory structere
I am able to play the music using VLC
a overnight CronoSync backup of the music directory structure completed with success
i am sure the music contenant has not changed.

at this point ill try to remove the 10.99 jellyfin and re install
?? so what is the next stable jellyFin revision past 10.9.9
?? when might it be avaliable


my loss in this is marked like 500+ song as favorite
If i wipe the existing jellyfin installation i loose the favorite list