Re: [slim] go to logitech.com

2012-04-08 Thread JJZolx

Why is that surprising? They don't sell Logitech Media Server. See if
you can navigate to any useful information about Logitech Mouseware.



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=94547

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] reliable and accurate adjustment of digital files gain

2012-04-08 Thread Soulkeeper

Is your question in the context of doing AD conversion?



Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=94548

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] reliable and accurate adjustment of digital files gain

2012-04-08 Thread pski

JJZolx wrote: 
> Is there either a question or a statement contained in the original
> post? Maybe I didn't read carefully enough.

Some digital is small. I don't want to play 100 percent when I could
adjust the input of a digital file.

P



pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=94548

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to hide forum threads

2012-04-08 Thread Soulkeeper

The upgrading of vBulletin to 4.1 seems to have broken the script, so I
decided to write a new one from scratch:

Code:


  // ==UserScript==
  // @name  Hide vBulletin 4.1 threads
  // @description   Ignore threads in vBulletin 4.1
  // @include   http://forums.slimdevices.com/*
  // @require   
http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
  // ==/UserScript==
  
  var ignorelist;
  function WipeList() {
ignorelist = {};
ignorelist.threads = [];
  }
  function IsInArray(id) {
var ii;
for (ii = 0; ii < ignorelist.threads.length; ii++) {
if (ignorelist.threads[ii].id == id) {
return true;
};
}
return false;
  }
  function CheckHideThread($li) {
var id = $li.attr('id');
if (typeof(id)!='undefined') {
id = id.substr(7);
if (IsInArray(id)) {
$li.addClass('ignored');
$li.find('span.ignorethread').hide();
$li.find('span.unignorethread').show();
} else {
$li.removeClass('ignored');
$li.find('span.unignorethread').hide();
$li.find('span.ignorethread').show();
}
}
return false;
  }
  function CheckHideThreads() {
$('li.threadbit').each(function() {
CheckHideThread($(this));
});
$('#numberofignoredthreads').text(ignorelist.threads.length);
return false;
  }
  $(document).ready(function() {
$('div.threadmeta').each(function() {
$(this).prepend('ignoreun-ignore');
});
$('div#threadpagestats').append(' Hiding  ignored 
threads. wipeshowhide');
$('#clearthreadignore').click(function() {
if (confirm('This will wipe the list of ignored threads for all 
subforums on this site. Are you really sure you want to do this?')) {
WipeList();

localStorage.setItem('vBulletinIgnoreThreadList',JSON.stringify(ignorelist));
location.href = location.href;
}
});
$('#showignored').click(function() {
$('.ignored').fadeIn();
$('#showignored').hide();
$('#hideignored').show();
$('#doing').text('Showing');
});
$('#hideignored').click(function() {
$('.ignored').fadeOut();
$('#hideignored').hide();
$('#showignored').show();
$('#doing').text('Hiding');
});
$('#hideignored').hide();
try {
ignorelist = 
$.parseJSON(localStorage.getItem('vBulletinIgnoreThreadList'));
} catch(err) {
WipeList();
}
$('.ignorethread').click(function() {
var $li = $(this).parents('li.threadbit');
var thread = new Object;
var ii;
thread.id = $li.attr('id').substr(7);
if (confirm('Really ignore this thread?')) {
thread.title = 
$li.find('h3.threadtitle').find('a.title').text();
thread.forumid = 
$('form#thread_inlinemod_form').attr('action').substr(22);
if (!IsInArray(thread.id, ignorelist.threads)) {
ignorelist.threads.push(thread);

localStorage.setItem('vBulletinIgnoreThreadList',JSON.stringify(ignorelist));
$li.addClass('ignored');
CheckHideThreads();
if ($('#showignored').is(':visible')) {
$li.hide('slow');
}
}
}
});
$('.unignorethread').click(function() {
var $li = $(this).parents('li.threadbit');
var thread = new Object;
var ii;
thread.id = $li.attr('id').substr(7);
if (confirm('Really un-ignore this thread?')) {
var newlist = {};
newlist.threads = [];
for (ii = 0; ii < ignorelist.threads.length;ii++) {
if (ignorelist.threads[ii].id != thread.id) {

newlist.threads.push(ignorelist.threads[ii]);
}
}
ignorelist = newlist;

localStorage.setItem('vBulletinIgnoreThreadList',JSON.stringify(ignorelist));
$li.removeClass('ignored');
CheckHideThreads();
$li.show('slow');
}
});
CheckHideThrea

Re: [slim] reliable and accurate adjustment of digital files gain

2012-04-08 Thread JJZolx

Is there either a question or a statement contained in the original
post? Maybe I didn't read carefully enough.



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=94548

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] reliable and accurate adjustment of digital files gain

2012-04-08 Thread pski

Please read carefully and reply.



pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=94548

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Audiosafe - cloud backup (free to upload, pay to restore)

2012-04-08 Thread Jeff Flowerday

sebp wrote: 
> Why wouldn't community members do the job themselves?
> 
> I have a server behind a 100/50 Mbps broadband connection that is
> -quite- always on, with plenty free RAID-1 secured disk space available,
> and I'm looking for ~700GB disk space somewhere to make off-site
> backups.
> If somebody here is also having a good broadband connection and is
> wishing to let me use that much disk space on his/her server, I'll let
> him/her use as much on mine (I can provide up to 2TB).
> The only warranty I offer is that, given both reside on the same server,
> I'd take as much care of his/her data as I do for mine. ;-)
> 
> FWIW, I'm planning to use 'duplicity' (http://duplicity.nongnu.org/) for
> the duty (for both privacy concerns and efficiency).

www.crashplan.com

Cloud plus the ability to backup to friends for extra redundancy.

4 years unlimited data cloud for $150.  Dirt cheap.  Or backup to a
network of friends for free.



Jeff Flowerday's Profile: http://forums.slimdevices.com/member.php?userid=15883
View this thread: http://forums.slimdevices.com/showthread.php?t=93865

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Audiosafe - cloud backup (free to upload, pay to restore)

2012-04-08 Thread sebp

Why wouldn't community members do the job themselves?

I have a server behind a 100/50 Mbps broadband connectionthat is -quite-
always on, with plenty free RAID-1 secured disk space available, and I'm
looking for ~700GB disk space somewhere to make off-site backups.
If somebody here is also having a good broadband connection and is
wishing to let me use that much disk space on his/her server, I'll let
him/her use as much on mine (I can provide up to 2TB).
The only warranty I offer is that, given both reside on the same server,
I'd take as much care of him/her data as I do for mine. ;-)

FWIW, I'm planning to use 'duplicity' (http://duplicity.nongnu.org/) for
the duty (for both privacy concerns and efficiency).



sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=93865

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] go to logitech.com

2012-04-08 Thread pski

>From there, navigate to any useful information about the LOGITECH MEDIA
SERVER without Search.

I dare you.

P



pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=94547

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] make suggestions about the new forum appearance

2012-04-08 Thread pski

Michael Herger wrote: 
> > I agree. Previous forum was perfect. Why change ?
> 
> Because nothing's perfect. The previous forum was running a buggy
> version  
> of an outdated software. Something you must not do on a public web
> server.
> 
> -- 
> 
> Michael

I agree. Therefore: why are the titles of the areas so wide (it could
wrap, apparently) and the clip of the content of comment so uselessly
short?

Change is good. Change management is also good.

Paul



pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=94513

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] make suggestions about the new forum appearance

2012-04-08 Thread Michael Herger
> I agree. Previous forum was perfect. Why change ?

Because nothing's perfect. The previous forum was running a buggy version  
of an outdated software. Something you must not do on a public web server.

-- 

Michael
___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] make suggestions about the new forum appearance

2012-04-08 Thread reniera

I agree. Previous forum was perfect. Why change ?



reniera's Profile: http://forums.slimdevices.com/member.php?userid=40705
View this thread: http://forums.slimdevices.com/showthread.php?t=94513

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Can't start track playback on LMS 7.7.2 or 7.7.1

2012-04-08 Thread itm

I'm running LMS 7.7.2 on a Windows Server 2008 machine, having just
upgraded from v7.7.1. I'm unable to start playback of any tracks on any
of my remote players (Duets, Booms or PCs). The track remains at
00:00:00. I had this problem on both 7.7.1 and 7.7.2. Stopping and
restarting the server doesn't help. Can anyone suggest a fix?



itm's Profile: http://forums.slimdevices.com/member.php?userid=17437
View this thread: http://forums.slimdevices.com/showthread.php?t=94546

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Help needed setting up iTunesUpdate in LMS!

2012-04-08 Thread Finchy

Anyone able to help on this?! :(



Finchy's Profile: http://forums.slimdevices.com/member.php?userid=53230
View this thread: http://forums.slimdevices.com/showthread.php?t=94426

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] make suggestions about the new forum appearance

2012-04-08 Thread castalla

bobharp wrote: 
> Why do things have to change?  That's it.  I've crossed the line.  I
> must be old now.

Same here - too much white, man, too much white.



castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=94513

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] Squeezeslave: 1.2 released

2012-04-08 Thread ralphy

This is a problem with the current portaudio library.  It sounds like
squeezeslave doesn't find the hdmi device you've defined with -o/-n and
reverts to the default 'Built-in Output'

The device must be present when squeezeslave starts and must remain
active the entire time squeezeslave is running.

Try running squeezeslave -L with the tv off and again with the tv on. 
Are the lists different?

I've uploaded a 'new OSX test build'
(http://squeezeslave.googlecode.com/files/squeezeslave-1.2L-320M-osx.tar.gz)
using the latest portaudio library for you to try.  However I don't
expect this to fix the issue as the device renumeration feature is still
in development.



ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=93607

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] make suggestions about the new forum appearance

2012-04-08 Thread bobharp

Why do things have to change?  That's it.  I've crossed the line.  I
must be old now.



bobharp's Profile: http://forums.slimdevices.com/member.php?userid=600
View this thread: http://forums.slimdevices.com/showthread.php?t=94513

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to edit in the wiki

2012-04-08 Thread fragfutter

yep. now it works.



fragfutter's Profile: http://forums.slimdevices.com/member.php?userid=35184
View this thread: http://forums.slimdevices.com/showthread.php?t=89452

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to edit in the wiki

2012-04-08 Thread Soulkeeper

Try editing the page again now, please.



Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=89452

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] Squeezeslave: 1.2 released

2012-04-08 Thread ralphy

This is a problem with the current portaudio library.  It sounds like
squeezeslave doesn't find the hdmi device you've defined with -o/-n and
reverts to the default 'Built-in Output'

The device must be present when squeezeslave starts and must remain
active the entire time squeezeslave is running.

Try running squeezeslave -L with the tv off and again with the tv on. 
Are the lists different?

I've uploaded a 'new OSX test build'
(http://squeezeslave.googlecode.com/files/squeezeslave-1.2L-320M-osx.tar.gz)
using the latest portaudio library for you to try.  However I don't
expect this to fix the issue as the device renumeration feature is still
in development.



ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=93607

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to edit in the wiki

2012-04-08 Thread Soulkeeper

Try editing the page again now, please.



Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=89452

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to edit in the wiki

2012-04-08 Thread Soulkeeper

Try editing the page again now, please.



Soulkeeper's Profile: http://forums.slimdevices.com/member.php?userid=35297
View this thread: http://forums.slimdevices.com/showthread.php?t=89452

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Danes - problems with DR- radio stations?

2012-04-08 Thread Ole JN

Just tried out all the DR stations I have on my favorite list this
morning, seams as work again, as they all came up on first hit.



Ole JN's Profile: http://forums.slimdevices.com/member.php?userid=53331
View this thread: http://forums.slimdevices.com/showthread.php?t=94484

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to edit in the wiki

2012-04-08 Thread fragfutter

Error:

You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups:
Bots, Administrators, Bureaucrats, emailconfirmed, developer.



Which is correct, i'm not listed as member of any of those groups. But
on my preferences:

E-mail confirmation:Your e-mail address was authenticated on 29 January
2010 at 04:04

so my mail _is_ confirmed. Now i changed the address, received
confirmation mail, clicked link and nothing. Still not emailconfirmed
and still not able to edit.



fragfutter's Profile: http://forums.slimdevices.com/member.php?userid=35184
View this thread: http://forums.slimdevices.com/showthread.php?t=89452

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss