Re: [SlimDevices: Unix] PiCoreplayer + LMS : custom-convert.conf

2017-08-12 Thread tingtong5

Thanks a lot for this information Michael and Paul :-)

It works  but unfortunatly the pi3 is not powerfull enough for what I
want :P



tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=107833

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


[SlimDevices: Unix] PiCoreplayer + LMS : custom-convert.conf

2017-08-10 Thread tingtong5

Hi all,

I am very happy with picoreplayer :-) However, I do have a question.
Where can I find the LMS custom-convert.conf file? Would like to make
some manual changes but can't find it or where to put it.

Thanks.

Ronald



tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=107833

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


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-08-06 Thread tingtong5

Very happy with picoreplayer :-) However, I do have a question. Where
can I find the LMS custom-convert.conf file? Would like to make some
manual changes but can't find it or where to put it.

Thanks.

Ronald



tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

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


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-05-10 Thread tingtong5

paul- wrote: 
> Is there sample rate changes between the two albums.   But no we don't
> have a provision to mute the dac between tracks, that is normally
> handled in the DAC driver or the DAC itself.
No, all files are 44.1 kHz, however I do use squeezelite upsampling
options, but it also is always the same (176,4 kHz).

There is no DAC driver in this case, since I am using I2S connection.



tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

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


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-05-09 Thread tingtong5

I am happy with my Picoreplayer based DIY streamer with Allo Kali board,
it's working well and sounding good :-)

However I do have one issue, when switching between albums there is this
loud digital crack, which I am afraid might damage my expensive
tweeters. It does not happen when skipping to the next track within the
same album. Can this be an issue of picoreplayer?

I am using picoreplayer (squeezelite and LMS). And the I2S output of the
Allo Kali board is connected to a AK4396 DAC chip with short leads (< 6
cm).

I attached a picture of my Pi/Kali based streamer :-)


+---+
|Filename: DSC03033.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22677|
+---+

----
tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

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


Re: [SlimDevices: Unix] script to create a list of missing cover art

2009-10-12 Thread tingtong5

egd;470876 Wrote: 
 While you're at it, any chance of a script that traverses a directory
 tree and renames the directory based on the following conditions:
 
 Read a track in the folder - any track:
 if compilation=1 foldername becomes VA - ALBUM
 else foldername becomes ALBUMARTIST - ALBUM
 
 Case of text etc. must be taken exactly as given in said tags.  If path
 length would exceed filesystem limitations, leave as is, but write an
 exception to exception.log for manual follow up.
This must be do-able using metaflac (but it will only work for flac
files then).


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69324

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


Re: [SlimDevices: Unix] script to create a list of missing cover art

2009-10-11 Thread tingtong5

What if you want to rename all Folder.jpeg files in your library to
folder.jpg

Then use this:


Code:


  #!/bin/bash
  #
  LIBRARY=/library/music
  OLD=Folder.jpeg
  NEW=folder.jpg
  #
  find $LIBRARY  -name $OLD  | while read filename ; do mv $filename `echo 
$filename | sed s/$OLD/$NEW/`; done
  



-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69324

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


Re: [SlimDevices: Unix] script to create a list of missing cover art

2009-10-11 Thread tingtong5

Yep, sorry. I only speak linux  ;-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69324

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


Re: [SlimDevices: Unix] script to create a list of missing cover art

2009-10-07 Thread tingtong5

And to remove unwanted m3u playlists this might help ;-)


Code:


  #!/bin/bash
  #
  LIBRARY=/library/music
  #
  number=`find $LIBRARY -name *.m3u -print | wc -l`
  find $LIBRARY -name *.m3u -exec rm -f {} \;
  echo $number playlistfiles have been removed!
  



Ronald.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69324

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


[SlimDevices: Unix] Upsampling on linux

2009-10-07 Thread tingtong5

Put the following line in your convert.conf file and you wil have
realtime upsampling from 1...@44.1khz to 2...@96khz for your transporter.


Code:


  flc flc * *
  [sox]  -v0.995 -–buffer 32768  -t flac -r44100 -2 -c2 $FILE$ -t flac -C0 -3 
-c2 -r96000 - polyphase -cutoff 1.0 
  



Change 96000 to 48000 if you have a squeezebox instead.

This was not my own invention but I tested it and it works fine :-)

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69325

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


Re: [SlimDevices: Unix] Upsampling on linux

2009-10-07 Thread tingtong5

It was not my intention to start a discussion about upsampling, some
people like it, others don't. Just offering a way to try it for free ;-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69325

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


Re: [SlimDevices: Unix] debian upgrade to 7.4

2009-10-07 Thread tingtong5

Running 7.4 on debian without any problems ^_^


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=68458

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


Re: [SlimDevices: Unix] BrutefirDRC version 1.1.1 for Squeezeboxcenter 7.4.0 released

2009-10-07 Thread tingtong5

Thanks! Currently I am not using drc/brutefir, but good to know its
possible in 7.4 as well :-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=69181

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


[SlimDevices: Unix] Mysql issue with squeezecenter

2009-08-18 Thread tingtong5

Hello all,

When I turn on my transporter it always takes about 30 seconds (or
more) before the music starts playing and/or the transporter reacts to
remote control commands.

I found out that during this 30 second delay mysql is using al cpu
time. As soon as mysql stops doing this music starts playing.

I do have this issue for 2 years now and would like to try to solve
it.

Anyone any idea why this happens or how to succesfully troubleshoot
this?


Version: 7.3.3 - 27044 @ Mon Jun 15 15:12:32 PDT 2009
Hostname: hammie
Server IP Address: 192.168.1.1
Server HTTP Port Number: 9000
Operating system: Debian - EN - utf8
Platform Architecture: i686-linux
Perl Version: 5.10.0 - i486-linux-gnu-thread-multi
MySQL Version: 5.0.51a-24+lenny1

Total Players Recognized: 2
Library Statistics
Total Tracks: 24,202
Total Albums: 1,877
Total Artists: 733
Total Genres: 63
Total Playing Time: 1942:09:14

Best regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=66772

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


Re: [SlimDevices: Unix] Long delay before music starts playing

2009-04-04 Thread tingtong5

radish;412076 Wrote: 
 What exactly are you trying to play? e.g. a single track, an album, a
 large playlist, all songs? Do you have shuffle switched on? Is it the
 same between pressing play on the web interface and the TP remote?
 
 You should also consider upgrading SC, 7.3.2 is the current release.

Sorry , I said I was running 7.2.4 but it is 7.4 actually.

I am always playing albums and I do never use playlists. No, I do not
use shuffle. Yes, makes no difference (play on transporter remote or
web interface).

But apart from what the cause is, I was wondering how to cleanup the
cache without reinstalling squeezecenter?

Ronald.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=61912

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


Re: [SlimDevices: Unix] Long delay before music starts playing

2009-04-04 Thread tingtong5

SteveEast;412558 Wrote: 
 And how many tracks are there in your library?
 
 Steve.
Just a few ;-)

Total Tracks: 23,292
Total Albums: 1,807
Total Artists: 711


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=61912

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


Re: [SlimDevices: Unix] Long delay before music starts playing

2009-04-01 Thread tingtong5

radish;411764 Wrote: 
 You'll need to provide a lot more information. Machine specs, file type,
 OS, network setup etc etc. Also, what exactly do you mean by Everytime
 when I turn on my Transporter is takes at least a minute before music
 starts playing - do you mean the delay between pressing play on an
 item and hearing music, or something else? Because just turning on the
 TP shouldn't usually start anything playing!

CPU = AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Memory = 2 GB
OS = Debian Linux Lenny
Squeezecenter version = 7.2.4 
network setup: 100 Mbps wired switched network

I am using 1...@44.1 flac files only.

What I ment was the delay between pressing play and actually hearing
the music to start playing. 

Ronald.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=61912

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


Re: [SlimDevices: Unix] Long delay before music starts playing

2009-04-01 Thread tingtong5

Uluen;412044 Wrote: 
 Is this computer on 24/7?
 Did you poke around in the system and SC logs for anything unusual?
 
 Do you see MySQL using a lot of CPU in 'top'? Any other processes high
 on the list at the same time?

Yes, it is on 24/7.

I'll check the logs and report here if I found something unusual!

During the delay MySQL is using al the cpu time (99% or so). As soon
as the music starts playing mysql cpu time is going from 99 to not in
the top list...



Ronald.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=61912

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


[SlimDevices: Unix] Long delay before music starts playing

2009-03-29 Thread tingtong5

Hi all,

Everytime when I turn on my Transporter is takes at least a minute
before music starts playing. During this time mysql process is using
all cpu time.

I have this issue already for two years or so but now I would like to
solve it ;-)

Currently I am running squeezecenter 7.4 but the problem was already
there with squeezecenter 7.2 or earlier.

I tried to remove the cache directory but then squeezecenter would not
start anymore.

Any tips on how to cleanup my existing squeezecenter installation and
to get rid of this annoying issue?

Thanks.

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=61912

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


Re: [SlimDevices: Unix] Squeezecenter using up all cpu time.

2008-09-24 Thread tingtong5

andyg;343371 Wrote: 
 No, if you go to Now Playing, how many tracks are in the list?
None, nothing, nada ;-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=52722

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


Re: [SlimDevices: Unix] Squeezecenter using up all cpu time.

2008-09-23 Thread tingtong5

andyg;343279 Wrote: 
 Are you doing something like adding tons of tracks to the playlist
 maybe?
Actually I do not use playlists at all!


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=52722

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


Re: [SlimDevices: Unix] Squeezecenter using up all cpu time.

2008-09-23 Thread tingtong5

I might have solved it. After changing remember playlist to do not
remember playlist is doesn't seem to happen anymore :-)

But then again, I have thought this a few times before, so I guess I
will know for sure after a few days..


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=52722

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


Re: [SlimDevices: Unix] Squeezecenter using up all cpu time.

2008-09-23 Thread tingtong5

andyg;343358 Wrote: 
 So did you have a really large amount of tracks playing?
Well that depends on what exactly you mean. I have played a lot of
tracks since I got the SB3 , but thats probably not what you ment?


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=52722

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


[SlimDevices: Unix] Squeezecenter using up all cpu time.

2008-09-17 Thread tingtong5

Hi,

Since recently I have this issue that once a day or so squeezecenter is
starting to use all available cpu time rendering the SB3 unusable
because is does not respond anymore (actually it does but it takes
forever).

Afer manually restarting squeezeserver everything is back to normal,
but after a while this issue repeats itself.

I am running squeezecenter 7.2 stable on debian etch.

I already removed squeezecenter and purged all files, then re-installed
an reconfigured it from scratch, the problem does nog go away.

Anyone any idea what might cause this?

Best regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=52722

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


Re: [SlimDevices: Unix] slimserver-scanner doesn't work well

2007-11-29 Thread tingtong5

bpa;245998 Wrote: 
 Are you running scanner as the same user when SqueezeCenter does scan ?
 
 Try removing the -quiet to see if there are any messages.
 
 Also try running SC 7.0 with logging scan and scan.scanner set to Info
 and force a rescan and look at the log to see what is happening.
Well I did not, but I just tried and it does not work either..

During testing I of course omit the -quiet :)

Where can I set scan.scanner to info? Sounds like a syslog setting but
could not find it (yet).

Thanks for helping!

Edit: just found where to set this: log.conf :)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40525

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


Re: [SlimDevices: Unix] slimserver-scanner doesn't work well

2007-11-29 Thread tingtong5

I just discovered something! When restarting the slimserver AFTER doing
the CLI scan the content is suddenly there!

The big question remains why I need to restart slimserver? (which is
not needed after a webgui initiated scan)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40525

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


Re: [SlimDevices: Unix] splitting the digital stream

2007-11-26 Thread tingtong5

vrobin;245098 Wrote: 
 
 I meant: what you want to achieve/do is very uncommon and specific.
 
Ah ok, I understood the opposite :P But yes you are right, this is very
specific!

vrobin;245098 Wrote: 
 
 I meant: squeezebox is a nice piece of hardware, squeezecenter is a
 nice piece of software, but they are not the best of all on the
 surface of the earth (there are better hadware/software). 
 
I agree, however I like the concept of Squeezebox/slimserver very much
and I did not find anything (regardless of price) that I liked better,
execept for the Transporter of course ;-)

vrobin;245098 Wrote: 
 
 Somebody who wants to play media files through brutefir+a soundcard
 digital out and control it with a hand device has many other
 (simpler?) choices like drive any dlna software with a pda or itunes
 with an itouch (or anything like this).
 
Going the pda route is certainly an option I am looking into! :)

vrobin;245098 Wrote: 
 
 Don't you want a mac+itunes with a nice soundcard? ;)
 
No because pc hardware is much cheaper and I am not  very fond about
itunes either.

vrobin;245098 Wrote: 
 
 It would be less strange than using squeezebox+its remote as a simple
 ir receiver+nice lcd panel (as in the setup you want, squeezebox is
 nothing less than an ir receiver+lcd display).
 
I don't agree. It is the slimserver software that makes the SB3 so
succesfull in my opinion.

vrobin;245098 Wrote: 
 
 It sounds strange for me. As a light audiophile and strong music lover,
 I try to banish everything that changes the signal.
 
The depends on how you look at it. In my view the room changes the
sound a lot, therefore I think using room correction is not changing
the sound but making up for the alteration that already happened.

vrobin;245098 Wrote: 
 
 A few years back I banished GraphicEQ to keep untouched sound for
 the same reason.
 
Thats a totally different thing, especially if you are just guessing
of what to equalize and how much.

vrobin;245098 Wrote: 
 
 Why bought expensive pure cables if before the sound get through it,
 it's change by many mathematics equations!
 
Again this depends on how you look at it, see above.

vrobin;245098 Wrote: 
 
 For the same reason (and long listening tests/experiences), friends of
 mine put their Tact devices on ebay.
 
In my case it is a clear improvement. I did not try the Tact devices.

vrobin;245098 Wrote: 
 
 My only experience with upsampling is 3DLab D/A Converter (192k
 upsample) and foobar secret rabbit and they both are very positive
 experiences...
 
I guess it is a matter of taste and also it will vary depending of the
combination of devices you have in your setup. I have nothing againts
upsampling , I just do not see a reason why I need it.

vrobin;245098 Wrote: 
 
 I was talking about hardware digital filters that AFAIK costs a lot of
 money.
 
You are right of course, but since I have a pc I do not need this extra
hardware :-)

Thanks for your replies and tips!

Regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40526

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


Re: [SlimDevices: Unix] splitting the digital stream

2007-11-25 Thread tingtong5

vrobin;245051 Wrote: 
 If you want to run slimserver content through a sound card, why not use
 softsqueeze?
Because I want to keep the real thing as my userinterface (remote
control, display)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40526

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


Re: [SlimDevices: Unix] splitting the digital stream

2007-11-25 Thread tingtong5

servies;245062 Wrote: 
 At what bitrate did you compress your music, try using FLAC.
 And then again... I wonder what soundcard you have that it sounds
 better than a squeezebox...
 
I AM using flac :P
My current soundcard does not nessacarily sound better then the SB3,
but it would at least give me the flexibility to try some good
soundcards (like RME).

Also I want to connect my subwoofer to the same pc and use digital
x-over. This is not possible now because the sound coming out of the
SB3 is delayed for 20 seconds or so :P

servies;245062 Wrote: 
 
 What delays? I'm having none... Are you using mp3 as compression as
 that doesn't really support gappless playback (yet)
 
Maybe I was not clear about this. The delays are because of the fact
that the brutefir process is restarted every track. I'll post an url to
my configuration later on.

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40526

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


Re: [SlimDevices: Unix] splitting the digital stream

2007-11-25 Thread tingtong5

http://wiki.slimdevices.com/index.cgi?BrutefirFilter

Second part (Working Brutefir example providing 24 bits dithered
output) is my config.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40526

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


[SlimDevices: Unix] slimserver-scanner doesn't work well

2007-11-24 Thread tingtong5

Hi all,

I made a script that rips a cd to my harddrive and then runs
slimserver-scanner in order to add the cd to 
the slimserver database.

I am using these options:
/usr/sbin/slimserver-scanner --quiet --rescan
--prefsdir=/etc/slimserver --cleanup /music

It seems to work but in the end it does not add my newly added tracks
to the database.

When using the scan new music option from the web GUI it does add the
tracks to the database.

I am running slimserver_7.0a1_all.deb on debian etch.

What am I doing wrong?

Regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40525

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


[SlimDevices: Unix] splitting the digital stream

2007-11-24 Thread tingtong5

I did a simple experiment this evening which actually worked :-

I did put a tee command in between the pipeline in customconvert.conf
, so sound will still be piped to the squeezebox (if you don't do so it
will
skip all tracks of a cd and stops playing). But instead of letting tee
write to a file I had it write to a named pipe (aka fifo).

Then I had a play play the sound from that named pipe.

Ok so why do I want all this? Well it does give one the possibility of
using the squeezebox to control what you wanna listen to but instead
have the sound get out of your soundcard. The reason I want this is is
because I find the digital out of the SB3 quite bad (when connecting a
high-end cd
player its sounds way better). Another reason to want this is to get
rid of the delays between tracks, because brutefir can now keep
running
instead of restarting between tracks.

Ok so please don't flame me about the impossibility of my sounds
better statement, this is about letting you know a way to accomplish
the sound of
the songs that the SB3 is playing to come out of a soundcard.

Ok now the bad news. This whole process works but not for long :P
Especially when the fifo is filled but not used at the other end, the
whole process get stuck :P


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40526

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


Re: [SlimDevices: Unix] slimserver-scanner doesn't work well

2007-11-24 Thread tingtong5

Nobody using slimserver-scanner from the command line??


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=40525

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


Re: [SlimDevices: Unix] Which kernel source for Debian ???

2007-10-24 Thread tingtong5

Since the default kernel is already completely modularized (most drivers
compiled as modules) you won't gain anything in compiling a new kernel.


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=39436

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


Re: [SlimDevices: Unix] Which kernel source for Debian ???

2007-10-21 Thread tingtong5

DLloyd;236164 Wrote: 
 Hello,
 
 I'm attempting to build my own Kernel for my Debian SlimServer box.
 Using the latest kernel source from kernel.org (2.6.23.1) resulted in a
 non-working system.
 
 Which kernel source should I be using ???
 
 Any advice would be greatly appreciated. Thanks !
I am actually running a self compiled kernel of this version :P

What is the exact problem here?


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=39436

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


Re: [SlimDevices: Unix] Can't reach SlimServer from LAN

2007-10-02 Thread tingtong5

endrebj;232011 Wrote: 
 I think it recieves IP-adress through DHCP from the router.
A ok, an old-fashioned guy like me always uses static adressing :P


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=38872

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


Re: [SlimDevices: Unix] Can't reach SlimServer from LAN

2007-10-01 Thread tingtong5

What does your /etc/hosts look like?


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=38872

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


Re: [SlimDevices: Unix] Room correction on Linux

2007-09-22 Thread tingtong5

Just added a working brutefir - squeezebox example to
this wiki page: http://wiki.slimdevices.com/index.cgi?BrutefirFilter

This config outputs 24 bits dithered output and uses 64 bits precision,
just like InguzDSP :-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=31620

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


Re: [SlimDevices: Unix] Which Linux OS Actually works with SlimServer

2007-03-14 Thread tingtong5

Slimserver 6.5.1 on Debian Etch works fine for me :-)


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=33229

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


[SlimDevices: Unix] Re: Room correction on Linux

2007-01-16 Thread tingtong5

Hi Inguz,

I am very interested about running your room correction software on
linux in combination with a squeezebox. I only found out about this
alternative to a cd transport a week ago and I would like to step in to
it.

Since I do not have a squeezebox yet and since I want to use a
dedicated (for several practical reasons)pc for this I will have to
make a significant investment.

Therefore I have one question before I really decide to go this route.
I read about a expiration date in your software. What is the story with
this? Is there still a date expiration? If so can you tell me a bit
about the future of this software (licensing/costs)?

By the way I am linux addict since 12 years or so, so I might become a
good tester for this platform :-)

Thanks a lot.

Best regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=31620

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


[SlimDevices: Unix] Re: Room correction on Linux

2007-01-16 Thread tingtong5

Hi Ingus,

Nothing wrong with going commercial, but what scares me off a little is
the fact that this is then going to be a unknown financial factor in my
future setup, with the emphasis at unknown. Any chance you can give
some kind of (price) range of what it might eventually cost?

I guess getting the correct mono version installed properly is the main
concern indeed.

I just ordered a SB3 by the way :-) 

Regards,

Ronald


-- 
tingtong5

tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=31620

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