Posts: 3,933
Joined: Mar 2006
Reputation:
170
Sooo... a portable installation with no db integration (just using files view) would be ok for this? Maybe extracting audio files from MKV multiaudio files, placing them in the same directory and seeing if they stay in synch? Stuff like that?
For troubleshooting and bug reporting please make sure you
read this first (usually it's enough to follow instructions in the second post).
Posts: 10
Joined: Mar 2016
Reputation:
0
2016-03-17, 09:51
(This post was last modified: 2016-03-17, 09:51 by andrisaedma.)
hi,
is there a way to get external audio work over url
for example:
item = xbmcgui.ListItem(saade, iconImage = ICON, path = saade)
playlist.add(saade,item)
xbmcplugin.setResolvedUrl(HANDLE, True, item)
Posts: 31,445
Joined: Jan 2011
If someone wants to fire off an OS X test build, I would be very excited to test this. (I think I still have Jenkins access, but I don't know if it would be appropriate to use it without asking)
Posts: 31,445
Joined: Jan 2011
Great, I will give it a spin :D
Posts: 52
Joined: Jan 2016
Reputation:
0
What's blocking this for network streams, finding the external audio files themselves to identify options?
Posts: 3,933
Joined: Mar 2006
Reputation:
170
2016-03-28, 15:51
(This post was last modified: 2016-03-28, 15:54 by ashlar.)
Hi Ace. I tried installing and launching it in portable mode but it errors out with "ERROR: Unable to create application. Exiting."
Edit: fixed it by looking at logs.
For troubleshooting and bug reporting please make sure you
read this first (usually it's enough to follow instructions in the second post).
Posts: 3,933
Joined: Mar 2006
Reputation:
170
2016-03-28, 15:59
(This post was last modified: 2016-03-28, 16:04 by ashlar.)
It seems to be working just fine. What I noticed is that it didn't take the language three letter code to provide the relevant info in the audio stream selection requester. If you have audiofile.eng.dts I suggest it should provide the English info instead of identifying the stream as unknown.
Edit: there's a a... couple of seconds I'd say, where the video lags behind audio when switching audio track. I thought it was due to multiple access to the same drive but I then moved the files to an SSD and it remained unchanged. Nothing terrible, as I guess one doesn't keep switching during a movie but still worth pointing out.
For troubleshooting and bug reporting please make sure you
read this first (usually it's enough to follow instructions in the second post).
Posts: 208
Joined: Nov 2015
Reputation:
3
Anyone looking at this one? Thanks.
Posts: 11
Joined: Apr 2014
I'm plannig to make a similar test this weekend. I'll tell you if it works or not