Version 5.1.0 is released
Re: Version 5.1.0 is released
Ooooo
"Fixed filename bug on Sony Bravia TVs"
Subjunk what magic have you done here
would love to know a bit more about this. Please tell me its related to the weird DLNA PN bravias use for some files.
"Fixed filename bug on Sony Bravia TVs"
Subjunk what magic have you done here

Re: Version 5.1.0 is released
I changes the '\' to ';', logged out, logged back in, launched UMS.michaelt wrote:I'll try changing it to a semicolon ';' and see if no one notices.ExSport wrote:"\" is not acceptable char on Windows so I suppose it is hidden as UMS code can't handle with it (also in case you are on Linux)
Same issues:
- title "M*A*S*H (MASH; 1970; Blu-ray).mkv" not parsed
"Not Supported File Format" reported for all titles
Next: changed '*' to '-' and repeated test.
It seems to work ok on the first try. I'll try more later.
I'll post the logs in Support:
- ums_dbg_510J6_NotSupportedFile-3
ums_dbg_OK
From the prolific use of '*' it might be worthwhile to root cause this.
However, why is the '*' behavior not consistent??
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
Re: Version 5.1.0 is released
In Windows world "*" is also forbidden but definitely weird that behavior is so erratic and not consistent.
Re: Version 5.1.0 is released
In unix land '*' can be used but needs to be "escaped" ('\*') in shell scripts. It is a valid character as are almost all special characters.
It is the random nature of this which bothers me and that it affects the file recognition.
It is the random nature of this which bothers me and that it affects the file recognition.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
Re: Version 5.1.0 is released
Windows filenames can not use...
\ / : * ? " <> | any of them will give issues in filenames and foldernames with many applications. I suspect there are similar characters on OSX which perform (or rather do not) in a similar fashion.
\ / : * ? " <> | any of them will give issues in filenames and foldernames with many applications. I suspect there are similar characters on OSX which perform (or rather do not) in a similar fashion.
Re: Version 5.1.0 is released
Here I found Java 8 version ?
Re: Version 5.1.0 is released
There are versions available for all java variants...andreos11 wrote:Here I found Java 8 version ?
http://sourceforge.net/projects/unimedi ... 0Releases/
Re: Version 5.1.0 is released
Bad form to double post i know but a couple of minor little things for the devs.............
1. The Bravia slow browsing of files issue i reported for versions 5.0.0 and 5.0.1 are gone
This 5.10 version everything is back to its snappy self, nice work.
and more of a little forgetfulness than anything.......
2. Default.conf renderer does not have any mention of the "ThumbnailSize = " option, it was also forgotten in the prior 5.xx versions
Other than that nothing really to report everything thus far for me seems to be functioning fine. Still itching to find out more about "Fixed filename bug on Sony Bravia TVs" though.
1. The Bravia slow browsing of files issue i reported for versions 5.0.0 and 5.0.1 are gone

and more of a little forgetfulness than anything.......
2. Default.conf renderer does not have any mention of the "ThumbnailSize = " option, it was also forgotten in the prior 5.xx versions

Other than that nothing really to report everything thus far for me seems to be functioning fine. Still itching to find out more about "Fixed filename bug on Sony Bravia TVs" though.
Re: Version 5.1.0 is released
Probably this discussion viewtopic.php?f=9&t=2963Paradox wrote:Still itching to find out more about "Fixed filename bug on Sony Bravia TVs" though.
And these closed issues from GitHub
Android https://github.com/UniversalMediaServer ... issues/490
Bravia https://github.com/UniversalMediaServer ... issues/499

Re: Version 5.1.0 is released
Because I derive my Titles from the UPC's, I have no control over the characters used.Paradox wrote:Windows filenames can not use...
\ / : * ? " <> | any of them will give issues in filenames and foldernames with many applications. I suspect there are similar characters on OSX which perform (or rather do not) in a similar fashion.
I did a complete scan of all printable characters in file names and found only one "problem": '/' and ':'.
OSX allows a slash in pathnames but actually stores them internally as colon ':'. There is no way to get around it, slash is the only printable character not allowed in unix land, hence the colon fudge.
UMS bottom line: all printable characters handed to UMS behaved properly except for one: ampersand '&'. I'll post a support/bug report elsewhere.
I do have one Windows XP machine and will try later the same character scan there as well for general information.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.