No media is being found.

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
burtmakai
Posts: 1
Joined: Thu Oct 20, 2022 4:12 am

No media is being found.

Post by burtmakai »

I'm new to this. None of my files are being found. I've tried reattaching the folders and restarting several times. A mix of (Music - .bin, .cue, .mdx) and movies (.iso) What am I doing wrong?

Windows 11
Universal Media Server 14.12.0
Attachments
ums_dbg_2025-05-23-09-23.zip
(79.99 KiB) Downloaded 4130 times
User avatar
mik_s
Moderator
Posts: 1445
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: No media is being found.

Post by mik_s »

There is a databse error that will prevent it from being read correctly so will not show any media

Code: Select all

net.pms.database.MediaDatabase Error checking tables: Column "ISSAMPLE" not found; SQL statement:
CREATE INDEX IF NOT EXISTS VIDEO_METADATA_BASIC_COLUMNS_IDX ON VIDEO_METADATA(IMDBID, MEDIA_YEAR, TITLE, TVSERIESID, EXTRAINFORMATION, ISTVEPISODE, TVSEASON, TVEPISODENUMBER, ISSAMPLE) [42122-232]
This can sometimes happen after updating from an older version and the database upgrade did not happen correctly.

Deleting "C:\ProgramData\UMS\database\medias.mv.db" when UMS is not running will allow UMS to build a new one when next run.
This will unfortunately lose the played status of them but you can set these in the web player.

I'm not sure if .iso .bin .cue .mdx files work as these are disk images, but I have never used these with UMS.
I assume these worked before though as I can tell from your UMS.conf it was made on an old version.
It would be better if you extract the actual media into separate files so UMS can retrieve their metadata and probably won't need to be transcoded when playing on your renderer.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Post Reply