Were are all the latest topics gone?

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
Lammerts
Posts: 6
Joined: Wed Dec 06, 2023 12:35 am

Were are all the latest topics gone?

Post by Lammerts »

I have a topic opened about playing DTS files, but now it is gone.
I have a view opened on an other PC, but when I copy the link, I get nothing...
Also the latest "June" topics are gone
User avatar
mik_s
Moderator
Posts: 1446
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Were are all the latest topics gone?

Post by mik_s »

That is strange. I checked your previous posts but clicking on one it shows topic does not exist and the replies show as -1.
Some other threads have completely vanished, users I was helping are not showing as being online for a while and some screenshots have disappeared.

Subjunk sent me a PM earlier that he switched the website to a new server but I guess this transfer was incomplete. I will send him a message.

I have not had much time to investigate your playback of DTS properly yet but I think mediainfo was still not being used, but need to do a bit of research why if you installed it.
The logs not showing the trace entries are also puzzling as this will have the info I need and don't know why they are not showing even though they were in trace mode.
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.
User avatar
SubJunk
Lead Developer
Posts: 3806
Joined: Sun May 27, 2012 4:12 pm

Re: Were are all the latest topics gone?

Post by SubJunk »

That's a shame, when I switched servers I did a fresh restore of the old database. Sorry for the trouble, I'm not sure how it went wrong. I still have the old server so I will try to get the info as a screenshot, it would be pretty hard to restore the data to the new server now that they have diverged
Nadahar
Posts: 1991
Joined: Tue Jun 09, 2015 5:57 pm

Re: Were are all the latest topics gone?

Post by Nadahar »

Something more than just "recent" stuff might be missing - I'm suddenly getting notifications again, and I turned that off years ago.
User avatar
SubJunk
Lead Developer
Posts: 3806
Joined: Sun May 27, 2012 4:12 pm

Re: Were are all the latest topics gone?

Post by SubJunk »

Damn. Sorry for the mixup everyone. I used the official backup and restore function of this forum software so it seems like a bug in it. We have nothing to do with that unfortunately :(

Here is my manual reproduction of your conversation Lammerts:
Lammerts wrote:I recently finished a working UMS install on Debian 10 with mount points to external NAS which holds my Multimedia Files (Audio, Video etc)
I use a Yamaha RX-A2040 for playing audio (MP3, FLAC, DTS/WAV) And the play fine............ but only 2 songs after each other, not the whole folder.

I have files (songs) placed into folders like: Artist/Album/songs
When I select the first song in an album, UMS starts playing and when the songs ends, it automatically starts the second song. But when this one is finished it stops, the third is not starting. UMS does this for al folders , MP3, FLAC, DTS/WAV. Especialy MP3 and FLAC folders only hold the album/songs as separate files without a cue list.

Other media players (PLEX, Windows Media Player etc) play all files in the specific folder after each other until the last song(file) is played, but UMS stops after 2 songs/files.

Is there a way to make UMS play the files after each other until the end of the songs/files?

In DTS/WAV i have some albums (not all) which contains 1 large file with all the songs. But this is not the fact for MP3 and FLAC
mik_s wrote:In theory the next track should play as long as the device is asking for it. Strange that it stops after 2.

To be of any help I will need to see your logs to know what is happening. See the section in red above.

I see from your previous posts that DTS is not supported on that device so UMS will need to transcode them. I don't know if this has anything to do with it.
Lammerts wrote:I dont have the problem when I play MP3/FLAC from Plex. But plex does not support DTS on my Yamaha RX A2040.
I finaly got UMS to play/transcode DTS to my A2040 and I found out I can also stream radio stations with UMS. The A2040 uses vTuner, but this service stopped years ago. Also my Cable provider stopped FM over cable, so I was without radio......... until may 2025 and a fresh UMS install :-)

Because MP3/FLAC does play continuously until end of album (directory) from Plex and not from UMS (only first and 2nd) and then stops. UMS does it for all audio (MP3, FLAC, DTS)

LOG file atrtached
ums_dbg_2025-06-08-14-20.zip
(509.36 KiB) Downloaded 7 times
mik_s wrote:For some reason those logs were not showing many TRACE entries although there were a few, plus I could not see anything playing so could not see what was requested.
The previous logs did show some music playing but appears to be on different devices and a mix of online radio and local files so can't get an idea what was happening.

One thing I noticed in both is that there is an error about missing libraries for MediaInfo so this will effect how the files are detected and handled.

Code: Select all

WARN  2025-05-27 20:24:31.556 [Media Scanner] Error loading libzen: Unable to load library 'zen':
libzen.so: cannot open shared object file: No such file or directory
libzen.so: cannot open shared object file: No such file or directory
Native library (linux-x86-64/libzen.so) not found in resource path (update.jar:ums.jar)
ERROR 2025-05-27 20:24:31.596 [Media Scanner] Error loading MediaInfo library: Unable to load library 'mediainfo':
libmediainfo.so: cannot open shared object file: No such file or directory
libmediainfo.so: cannot open shared object file: No such file or directory
Native library (linux-x86-64/libmediainfo.so) not found in resource path (update.jar:ums.jar)
This plus the fact that DTS is not supported on the RX-A2040 and needs to be transcoded means the actual file is not being seen by that player so it may also not see the rest of the files to be able to play the next one.

I don't know if Mediainfo is installed in Linux releases now due to the different distros but I have found some old threads about this like this and this.

Try installing MediaInfo using the instructions in the second link and if that does not fix it then make some new logs while you are only playing on the RX-A2040 showing that it stops after the second track.
Lammerts wrote:Very strange things are happening.
At first boot, UMS did not do anything, I saw a message of low memory, so I increased from 1 to 2G memory (I run in VM) and then it would start.
When I start UMS for the first time, I don't have access to remote share (mount -a) shows that the access is available. After a reboot, the mount shares are available.
Playing DTS files stops after 2 times. Yes I know it won't native play on A2040, here comes UMS to the rescue (I thought) and UMS downmux / transcode it to hearable audio on my A2040

after installing MediaInfo the MP3 and FLAC files play until the end of the album/dir.
The DTS won't play at all anymore, I can select a file, but it does not do anything. When I do a "systemctl status UMS" I get (below), but no song is played.

Jun 10 14:05:17 ums UMS.sh[14496]: INFO 14:05:17.623 [StartPlaying Event] Started playing 02 - Money For Nothing.wav (No transcoding) on your RX-A2040
Jun 10 14:05:21 ums UMS.sh[14496]: INFO 14:05:21.136 [StopPlaying Event] Stopped playing 01 - So Far Away.wav on RX-A2040
Jun 10 14:05:21 ums UMS.sh[14496]: INFO 14:05:21.373 [StartPlaying Event] Started playing 03 - Walk Of Life.wav (No transcoding) on your RX-A2040
Jun 10 14:05:24 ums UMS.sh[14496]: INFO 14:05:24.855 [StopPlaying Event] Stopped playing 02 - Money For Nothing.wav on RX-A2040
Jun 10 14:05:25 ums UMS.sh[14496]: INFO 14:05:25.123 [StartPlaying Event] Started playing 04 - Your Latest Trick.wav (No transcoding) on your RX-A2040
Jun 10 14:05:28 ums UMS.sh[14496]: INFO 14:05:28.609 [StopPlaying Event] Stopped playing 03 - Walk Of Life.wav on RX-A2040
Jun 10 14:05:31 ums UMS.sh[14496]: INFO 14:05:31.223 [StopPlaying Event] Stopped playing 04 - Your Latest Trick.wav on RX-A2040
Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.150 [Media Scanner] Media scan completed in 63 seconds
Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.151 [Media Scanner] Database analyze started
Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.631 [Media Scanner] Database analyze completed in 0 seconds


When I play the Dire Straits FLAC Album, it playes all the files until the end of the album. ( I have separate MP3/FLAC/DTS folders/Albums)

Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.150 [Media Scanner] Media scan completed in 63 seconds
Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.151 [Media Scanner] Database analyze started
Jun 10 14:05:33 ums UMS.sh[14496]: INFO 14:05:33.631 [Media Scanner] Database analyze completed in 0 seconds
Jun 10 14:06:25 ums UMS.sh[14496]: INFO 14:06:25.103 [StartPlaying Event] Started playing 01 - So Far Away.flac (FFmpeg Audio) on your RX-A2040
Jun 10 14:11:23 ums UMS.sh[14496]: INFO 14:11:23.803 [StopPlaying Event] Stopped playing 01 - So Far Away.flac on RX-A2040
Jun 10 14:11:23 ums UMS.sh[14496]: INFO 14:11:23.809 [StopPlaying Event] 01 - So Far Away.flac marked as fully played
Jun 10 14:11:26 ums UMS.sh[14496]: INFO 14:11:26.832 [StartPlaying Event] Started playing 02 - Money For Nothing.flac (FFmpeg Audio) on your RX-A2040
Jun 10 14:19:50 ums UMS.sh[14496]: INFO 14:19:50.318 [StopPlaying Event] Stopped playing 02 - Money For Nothing.flac on RX-A2040
Jun 10 14:19:50 ums UMS.sh[14496]: INFO 14:19:50.331 [StopPlaying Event] 02 - Money For Nothing.flac marked as fully played
Jun 10 14:39:59 ums UMS.sh[14496]: INFO 14:39:59.400 [StartPlaying Event] Started playing 05 - Why Worry.flac (FFmpeg Audio) on your RX-A2040
ums@ums:/$
ums_dbg_2025-06-10-14-42.zip
(190.88 KiB) Downloaded 7 times
ums_dbg_2025-06-10-13-47.zip
(63.38 KiB) Downloaded 6 times
ums_dbg_2025-06-10-14-00.zip
(101.52 KiB) Downloaded 6 times
User avatar
SubJunk
Lead Developer
Posts: 3806
Joined: Sun May 27, 2012 4:12 pm

Re: Were are all the latest topics gone?

Post by SubJunk »

mik_s, I can try to redo the server migration of the forum a different more comprehensive way, which would hopefully restore the forum to how it was on June 11. So we can decide whether it is better to lose the forum activity from June 12 until now (the restore option), or continue as we are now. You can decide if you want to, which is the least bad?
User avatar
mik_s
Moderator
Posts: 1446
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Were are all the latest topics gone?

Post by mik_s »

Yeah that might be best.
There has not been much activity recently so less is lost redoing it then keeping as is.
Maybe only one post that needed complete logs and the announcement of 14.13.0 will be lost. I will have to re-ban some spam accounts but that is not a problem.

Plus there may be other side effects of not doing it like users getting odd notifications and attachments disappearing.
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