NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 24 25 26 27 28 … 193 Next »
Request: Possibility to switch Audio Renderer on the fly

 
  • 0 Vote(s) - 0 Average
Request: Possibility to switch Audio Renderer on the fly
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#1
2010-10-26, 03:36 PM
Hello sub

And another wish from me. I have connected two different speakersystems to my mediacenter. 1x Teufel Concept E 5.1 and 1x Stereo Speakers of the connected LCD (via HDMI).
At day i am using most times the 5.1 boxes for movies. It's nice, it's clear, it's fine. But in the evening, or just to listen radio / music etc. it would be enough just to hear from the tv itself.
At the moment i have to change the renderer manual, this one is not very comfortable. I could live with it, that after "on the fly switching" i had to start the playback of any file again.

Just my thoughts, thank you for reading this. =)
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#2
2011-07-04, 12:36 AM
*bump*

Oh yeah, this would be really cool if i could switch the audio renderer on the fly from my remote control while watching movie/dvd or listen to music. ;D
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,676
Threads: 767
Joined: Nov 2003
#3
2011-07-04, 12:54 AM
It wouldnt be possible to switch on the fly mid way though playback, but I could image you could have something that could set it before you start playback though. I have no idea where you'd put this in the UI though. The only place it really makes sense is the settings screen, which is where it already is.
BigMoose
Offline

Posting Freak

Posts: 838
Threads: 44
Joined: Jan 2008
#4
2011-07-04, 07:14 AM
It would be handy to be able to press a button on the remote before starting live TV or a film or whatever. I would love to be able to use the HDMI sound for things like the news but spdif out for films etc. Finding the mouse to change the settings screen is far more hassle than turning the amp on for everything Smile
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#5
2011-07-04, 07:43 AM
Here is a little app that will do what i think you want
I didnt write it i downloaded it but the link is dead
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#6
2011-07-04, 08:54 AM
My ReClockOrNot plugin is designed to change the audio renderer before playback starts, but it's based on file type (and automatically switching between default and ReClock renderers) rather than anything user-specified.

However, it could be edited/modified/enhanced to offer a menu option for selection of the renderer to use. I don't currently have the time to do this, but the source is available if somebody wants to take up the challenge.

Iain
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#7
2011-07-04, 09:45 PM (This post was last modified: 2011-07-04, 09:54 PM by ShiningDragon.)
Huh, so much responses this time. oO

@sub
It would not be necessary at all cost to change the renderer within a movie. At least it were good enoug to change it just before a movie / song starts. And i wouldn't really need a visual displayment on the graphical user interface. It would be enough to switch via keystrokes.

@BigMoose
Totally agreed!

@stustunz
This sounds promising. I'll try this out immediately!
EDIT: :[ This tool seems to work just with english language windows. *sigh* I used googlecache for the website and the information were exactly this, what i wanted myself for npvr.

@imilne
ReClockOrNot seems to be a very good plugin, but i am not sure for now if i should install it. Currently i seem to have found a npvr / decoder combination with eliminates any stuttering on my situations. I will check this out later if i have more time for experimenting. Smile I honour your hard works and i have a big, big, very big eye on Videos+ ;D
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#8
2011-07-05, 07:33 AM
ShiningDragon Wrote:@sub
It would not be necessary at all cost to change the renderer within a movie. At least it were good enoug to change it just before a movie / song starts. And i wouldn't really need a visual displayment on the graphical user interface. It would be enough to switch via keystrokes.

If sub can give me some hints on how to detect keystrokes at any time, then I could knock something out very quickly to let you toggle audio renderers. So far any keystroke-related stuff I've done has been when the plugin was active - and has an interface - and I don't know how to do it when it's just something sitting in the background.

Iain
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,676
Threads: 767
Joined: Nov 2003
#9
2011-07-05, 04:19 PM
imilne Wrote:If sub can give me some hints on how to detect keystrokes at any time, then I could knock something out very quickly to let you toggle audio renderers. So far any keystroke-related stuff I've done has been when the plugin was active - and has an interface - and I don't know how to do it when it's just something sitting in the background.
Sorry, there isnt really any mechanism for plugins to monitor keystokes while not active (unless video is playing at the time).
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#10
2011-07-05, 05:58 PM (This post was last modified: 2011-07-06, 05:43 PM by imilne.)
sub Wrote:Sorry, there isnt really any mechanism for plugins to monitor keystokes while not active (unless video is playing at the time).

How would you do it when video is playing then? That might be enough for ShiningDragon's needs, eg... the renderer could be switched while video is playing, but obviously the actual switch wouldn't take effect until the video/Live TV is restarted (I'd guess a channel change wouldn't be enough).

Iain
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (5): 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Request for XMLTV EPG Export Link or/and File t2t4 3 1,378 2022-11-24, 01:15 PM
Last Post: mvallevand
  Request for a new error message TGinAZ 2 802 2022-11-02, 12:46 AM
Last Post: TGinAZ
  Feature Request: EIT Support, plus Stop and Save Recording. Chris4877 8 1,655 2022-09-12, 12:58 AM
Last Post: mvallevand
  Client Request kirschey 7 1,739 2021-10-05, 11:31 PM
Last Post: sub
  Feature request (recordings calendar view) ThymeJ 1 2,322 2021-09-19, 04:44 AM
Last Post: sub
  v5 missing featuresr request eastavin 3 1,464 2021-01-15, 08:03 PM
Last Post: mvallevand
  Request a Programme Reminder Feature IanC 2 1,376 2020-04-25, 03:06 PM
Last Post: IanC
  Web API Request jcole998 2 1,404 2020-03-24, 05:28 PM
Last Post: jcole998
  minor request. time and date format martint123 3 1,991 2020-03-07, 10:56 PM
Last Post: sub
  Closed Captioning request Rich A 4 2,635 2018-02-22, 07:40 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode