Search found 12 matches

by Executioner
Sat Jul 25, 2015 8:00 pm
Forum: Media Renderers
Topic: Sony finally released a media player for the ps4!
Replies: 58
Views: 87671

Re: Sony finally released a media player for the ps4!

Oh, and the fact that you can't see anything but the Title of the track or video, no Author, time etc.
by Executioner
Sat Jul 25, 2015 5:27 pm
Forum: Media Renderers
Topic: Sony finally released a media player for the ps4!
Replies: 58
Views: 87671

Re: Sony finally released a media player for the ps4!

The fact that it sorts everything alphabetically rules out me using it for audio at the moment, and video support is somewhat limited. Good job I've got ps3s in every room.
by Executioner
Sat Jul 25, 2015 5:23 pm
Forum: Developers
Topic: Local Code Changes
Replies: 6
Views: 16875

Re: Local Code Changes

Hi ExSport,

I managed to set up my own fork and push the changes from my local codebase there, and have now created a Pull request for the main UMS master.
by Executioner
Tue Jul 07, 2015 1:20 pm
Forum: Media Renderers
Topic: i hate Universal Media Server
Replies: 12
Views: 19810

Re: i hate Universal Media Server

I donn't think that to make UMS fully configurable from the web interface is a good idea. I think that supervisor of the UMS server should decide which users (renderers) should have acces to the server and which folders will be available to them. To make it configurable remotely is a way how make U...
by Executioner
Tue Jul 07, 2015 1:14 pm
Forum: Developers
Topic: Local Code Changes
Replies: 6
Views: 16875

Re: Local Code Changes

ExSport wrote:You must create own github project forked from official one (I expect you already have one) and then create pull request from changes you made.
No, I don't have my own GitHub project, and it sounds like a lot of messing around to commit some changes.
by Executioner
Tue Jul 07, 2015 1:12 pm
Forum: Media Renderers
Topic: Help us improve support for your devices
Replies: 203
Views: 347374

Re: Help us improve support for your devices

Has anyone tried playing a DVD iso through UMS on a PS3 recently? I'm running Fedora 19 headless and have updated mplayer, mencoder, ffmpeg and mediainfo, and installed x264, but the PS3 still says "The media type is not supported" or something similar. I can produce some logs if needed. I...
by Executioner
Sat Jul 04, 2015 12:49 pm
Forum: Developers
Topic: Local Code Changes
Replies: 6
Views: 16875

Re: Local Code Changes

I created a patch file, but that saved in my local directory, what do I do with that now? I've tried using Push to apply the changes, but I get an error:
https://[email protected]/Univers ... Server.git: git-receive-pack not permitted
by Executioner
Fri Jul 03, 2015 9:39 am
Forum: Developers
Topic: Local Code Changes
Replies: 6
Views: 16875

Local Code Changes

In my local code base I've fixed the sort order for all Album related Cache queries and added a couple of extra ones (By Letter and By Year). I've also added a few missing translations for PMS.28 and added one (though they may not be great for some languages since I used Google Translate etc) PMS.29...
by Executioner
Wed Jul 01, 2015 11:01 am
Forum: Help and Support
Topic: Linux - Missing Audio Files
Replies: 0
Views: 4528

Linux - Missing Audio Files

I have my Linux installation set up to use UTF-8 filenames, and UMS is working fine except I found one music folder Communiqué which wouldn't display any of the tracks. It turns out (using the debugger) that Java doesn't like the é in the filename and returns false for File.exists(). Digging a littl...
by Executioner
Tue Jun 30, 2015 7:51 pm
Forum: Developers
Topic: NetBeans build error
Replies: 5
Views: 32328

Re: NetBeans build error

Upgraded Maven in NB and all worked (after copying cmd files to bat)