Option to choose different audio output device for music and video

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jackhulk Offline
Member
Posts: 88
Joined: Mar 2008
Reputation: 0
Post: #31
(2012-08-03 20:52)mediumdry Wrote:  I managed to create a workaround, by using profiles. I set up one profile "Audio on Speakers" and another profile "Audio on TV" (which is the new name for the master profile). All I did was change the system settings for the Audio on Speakers profile. That still leaves something to be desired. Luckily, Quartz, the skin I use let's you rename the menus, so I named the XBMC menu into the profile name ("P: Speakers" and "P: TV" to make them not scroll).

That still left the switching. There is no easy way to switch a profile in XBMC, but you can add the switch to your favourites:
Code:
<favourite name="P: Speakers" thumb="/path/to/your/image.png">LoadProfile(Audio on Speakers)</favourite>
<favourite name="P: TV" thumb="/path/to/your/image.png">LoadProfile(Audio on TV)</favourite>

After that you simply add that favourite into your menus if your skin allows it, or you look it up in your favourites. Not as nice as automatic, but a workable solution until that time, I suppose.

I too need separate audio profiles and this sounded like a great work around, however I just found out that each profile has separate media libraries, so that means maintaining two libraries does it not? Also if I watch a TV episode on one profile, can I assume that it will only show as watched until the particular profile?

UPDATE:
Problem solved. Found I could change second profile to 'Share with default', so great workaround, thank you mediumdry! Just one question though, what do you mean with "P: TV to make them not scroll"? All I see now is a P: in front of my profile names.

Also does any one know if it's possible to have XBMC start next time with Master profile by default?

UPDATE
I found a problem where by after switching profiles, the favourites no longer worked for that particular profile. When I say no longer work, I mean when you try to bring up favourites, nothing appears, even though favourites.xml is present.

I found a solution here...
http://forum.xbmc.org/showthread.php?tid=129170

(2012-04-17 17:32)phil65 Wrote:  can be added easily to home menu in nox 3.0:
main menu item type = custom
choose item --> enter LoadProfile(profilename)

...so now able to switch profiles nice and quick, and favourites are working fine again for both profiles.

Also of interest Leechguy has created an add-on that has XBMC starting with a profile of your choice.
http://forum.xbmc.org/showthread.php?tid...pid1221004
(This post was last modified: 2013-01-30 12:19 by jackhulk.)
find quote
mediumdry Offline
Senior Member
Posts: 125
Joined: Jan 2010
Reputation: 0
Post: #32
(2013-01-29 21:33)jackhulk Wrote:  Just one question though, what do you mean with "P: TV to make them not scroll"? All I see now is a P: in front of my profile names.

In the skin I use, there are only so many characters I can use for any name/shortcut before it starts scrolling/cuts of part of the name. So "Profile: foo" would be too long, but "P: foo" actually fits. That's all Smile

It seems like this is an issue at least shared by a good part of the community!
find quote
darkdays Offline
Junior Member
Posts: 5
Joined: Jun 2009
Reputation: 0
Post: #33
Just jumping in to say +1. My case is a different one though. I'd like music to go only to my front speakers but stereo encoded video files to also use the center as this makes voices sound like they come from the screen instead of "floating in the room".

I think that it is a feature most users that have a center speaker would enjoy once they try it and not some esotheric feature for .0001% of users.
find quote
Forage Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #34
I'd love to be able to specify a different audio output for music as well. It does not have to be in a prominent location since it's not likely something most users need, but it could be implemented like the current audio settings you can call up during movie playback.
find quote
surfparadise Offline
Junior Member
Posts: 15
Joined: Apr 2013
Reputation: 0
Post: #35
(2012-10-06 04:59)DDDamian Wrote:  Eeks. We can cater to 0.001% of setups or you can just get a real setup.

Sorry, don't mean to sound harsh, but it's really a matter of creating the most usable good experience for the greatest number of users without making it too hard to setup for the odd obscure setup. If we cater to everything it makes for a coding nightmare.

Dual audio is easy to achieve with a decent AVR, as are most of the other requests here. We strive to create a great multimedia experience, but meet us halfway Wink

Hi DDDamian, not everybody have a A/V receiver, and I think this feature could be very helpful to the people that want use xbmc as AIRPLAY for the music and with the tv for the movies. Please consider to add this feature in the future release. For the users that doesn't want go into deep setup feature is enought to put as default only the first audio device in the both settings...

Thank you for consider it
Surfparadise
(This post was last modified: 2013-04-16 12:58 by surfparadise.)
find quote
jackhulk Offline
Member
Posts: 88
Joined: Mar 2008
Reputation: 0
Post: #36
I'd also like to add a comment regarding DDDamians post, that this doesn't just effect those without a A/V, as I have an Denon 1906 A/V but still require XBMC separate profiles.

My PC running XBMC is in my office up stairs, where as my TV (connected to that same PC) is in the living room downstairs. My wireless headphones are upstairs (where they are used mainly), and occasionally I like to use them to watch movies in the living room. I plug them in to PC upstairs (sound card switches from digital to analog), but as XBMC is set to 5.1 WASAPI AC3 DTS, I had to keep changing the settings manually (before my workaround above) in order to obtain sound via headphones. However, even with my workaround I still ran in to a few problems, so had to give up on analog output and now output everything digitally.

A simple option for separate audio profiles would be very welcome.
(This post was last modified: 2013-04-16 14:30 by jackhulk.)
find quote
Forage Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #37
The add to the different cases:

I personally have a TV connected through HDMI and a stereo connection through analogue audio. I want to control XBMC remotely for playing music through my stereo because I don't want my TV on for just playing music. Movies, on the other hand, should go through HDMI.

A friend of mine wants music through airplay and movies through HDMI for the same reasons.
find quote
cert_ Offline
Junior Member
Posts: 9
Joined: Oct 2012
Reputation: 0
Post: #38
patch reposted here http://forum.xbmc.org/showthread.php?tid=145660
(This post was last modified: 2013-05-25 09:16 by cert_.)
find quote
Post Reply