The attached patch is a quick hack to keep the language names in the audio menu in transfer mode. I had to add a boolean in cPlayer because I don't think it's possible to do class introspection in C++ (in Object Pascal I'd just do an "if not Player is cTransferControl then ClrAvailableTracks").
Bye
hi, um... i tend to subscribe to mailing lists and then set them to not send me messages.
that appears to have changed about... yesterday evening - without my permission.
i _would_ go back to the site and reset it myself - except www.linuxtv.org is down.
_again_.
could someone advise of a means by which my settings (to not receive any posts to the list but to remain subscribed) may be restored?
thanks,
l.
Wolfgang Rohdewald wrote:
On Sonntag 13 Februar 2005 18:28, Luca Olivetti wrote:
if not Player is cTransferControl
if (!dynamic_cast<cTransferControl>(Player))
close, it's "if (!dynamic_cast<cTransfer*>(Player))" (my fault in using cTransferControl instead of cTransfer). Attached is the new patch that only modifies device.c Thank you.
Bye
Luke Kenneth Casson Leighton wrote:
hi, um... i tend to subscribe to mailing lists and then set them to not send me messages.
that appears to have changed about... yesterday evening - without my permission.
i _would_ go back to the site and reset it myself - except www.linuxtv.org is down.
_again_.
could someone advise of a means by which my settings (to not receive any posts to the list but to remain subscribed) may be restored?
linuxtv.org dns entries were changed, it might take some time before it works with all ISPs. Here it works already.
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
lkcl@lkcl.net(Luke Kenneth Casson Leighton) 13.02.05 18:09
hi, um... i tend to subscribe to mailing lists and then set them to not send me messages.
Maybe someone wanted to clean up his mailing list list? ;-)
that appears to have changed about... yesterday evening - without my permission.
ACK.
i _would_ go back to the site and reset it myself - except www.linuxtv.org is down.
_again_.
could someone advise of a means by which my settings (to not receive any posts to the list but to remain subscribed) may be restored?
Sending emails to "vdr-request" with the subjects
set delivery off set hide on
should do it.
To get your current settings by sending
set show
to get more help sent set help
in the subject.
But NOT(!) sent to the list use "vdr-request" at linuxtv.org
anssi.hannula@gmail.com(Anssi Hannula) 13.02.05 20:13
Luke Kenneth Casson Leighton wrote:
hi, um... i tend to subscribe to mailing lists and then set them to not send me messages.
that appears to have changed about... yesterday evening - without my permission.
linuxtv.org dns entries were changed, it might take some time before it works with all ISPs. Here it works already.
The problem seems to be that they forgot to migrate the user settings to the new server!
Now we get all those nice "out of office" notices of "post only" accounts, burning up those addresses for spammers.
Too all "hide" values are set to "hide off".
Not amused.
That should have done the list owner -before- migrating, if it was not possible to migrate the settings.
Today its common to block every email from unknown IP. Without per-information the user suddenly finds all list in his spam folder, is he did not reject all mails because of the unknown IP...
Rainer
UseNet-Posting-Nospam-74308-@zocki.toppoint.de(Rainer Zocholl) 13.02.05 19:30
lkcl@lkcl.net(Luke Kenneth Casson Leighton) 13.02.05 18:09
hi, um... i tend to subscribe to mailing lists and then set them to not send me messages.
Maybe someone wanted to clean up his mailing list list? ;-)
that appears to have changed about... yesterday evening - without my permission.
ACK.
i _would_ go back to the site and reset it myself - except www.linuxtv.org is down.
_again_.
could someone advise of a means by which my settings (to not receive any posts to the list but to remain subscribed) may be restored?
Sending emails to "vdr-request" with the subjects
set delivery off set hide on
should do it.
To get your current settings by sending
set show
to get more help sent set help
in the subject.
But NOT(!) sent to the list use "vdr-request" at linuxtv.org
Sorry that does not work!
You MUST go to the Webpage! http://www.linuxtv.org/cgi-bin/mailman/options/vdr
If you have no web access, you will have to pay for every notification SMS until you find a PC where you can read your mails and access the mail...
I got all my commands back with a 4KB "Help" text...
and the line
- Results: Not authenticated
NO hint in the body which command to which list failed... NO hint how i should have authenticate (i'm using the right address)
Rainer Zocholl wrote:
Now we get all those nice "out of office" notices
Considering the company they come from (never saw something from them that worked as advertised) and the mail server they use (from a similarly clueless but less powerful company), that fact doesn't surprise me.
Bye
luca@ventoso.org(Luca Olivetti) 13.02.05 21:19
Once upon a time "Luca Olivetti " shaped the electrons to say...
Rainer Zocholl wrote:
Now we get all those nice "out of office" notices
Considering the company they come from (never saw something from them that worked as advertised) and the mail server they use (from a similarly clueless but less powerful company), that fact doesn't surprise me.
But they have learned: Sometime ago those "Outofoffice" mails a list happend for every mail of a "new" poster when not for every mailing.
Currently i get bounces^W NDR from "ralf@beensen.de" for every email to the list...
Rainer
Luca Olivetti wrote:
Wolfgang Rohdewald wrote:
On Sonntag 13 Februar 2005 18:28, Luca Olivetti wrote:
if not Player is cTransferControl
if (!dynamic_cast<cTransferControl>(Player))
close, it's "if (!dynamic_cast<cTransfer*>(Player))" (my fault in using cTransferControl instead of cTransfer). Attached is the new patch that only modifies device.c
I'm afraid I don't quite see the problem. When I switch to a channel that is received in Transfer Mode, and then open the "Audio" menu, I very well see the descriptions of the audio tracks.
Klaus
On Sat, 19 Feb 2005, Klaus Schmidinger wrote:
I'm afraid I don't quite see the problem. When I switch to a channel that is received in Transfer Mode, and then open the "Audio" menu, I very well see the descriptions of the audio tracks.
Well, in my setup (Airstar2 + FF DVB-S) audio tracks of the finnish terrestial channels are shown only as numbers ("1"), but after the patch the correct language code is finally shown as description ("fin"). So there's a problem lying somewhere...
-- rofa
Klaus Schmidinger wrote:
Luca Olivetti wrote:
Wolfgang Rohdewald wrote:
On Sonntag 13 Februar 2005 18:28, Luca Olivetti wrote:
if not Player is cTransferControl
if (!dynamic_cast<cTransferControl>(Player))
close, it's "if (!dynamic_cast<cTransfer*>(Player))" (my fault in using cTransferControl instead of cTransfer). Attached is the new patch that only modifies device.c
I'm afraid I don't quite see the problem. When I switch to a channel that is received in Transfer Mode, and then open the "Audio" menu, I very well see the descriptions of the audio tracks.
To reproduce the bug, switch to a channel and select the audio menu. Close the menu, then go back to the audio menu again and instead of descriptions of the audio selections, vdr just displays numbers.
Regards,
Rolf Ahrenberg wrote:
On Sat, 19 Feb 2005, Klaus Schmidinger wrote:
I'm afraid I don't quite see the problem. When I switch to a channel that is received in Transfer Mode, and then open the "Audio" menu, I very well see the descriptions of the audio tracks.
Well, in my setup (Airstar2 + FF DVB-S) audio tracks of the finnish terrestial channels are shown only as numbers ("1"), but after the patch the correct language code is finally shown as description ("fin"). So there's a problem lying somewhere...
Ah, I guess I was looking at channels that actually _have_ descriptions for the audio tracks (in the EPG data!) ;-)
Ok, on channels that don't have such descriptions you are probably right. I'll look into this when building in handling of track descriptions for recordings.
Klaus