Re: [slim] downloading files from LMS

2018-01-24 Thread Michael Herger

Also on my system If I right click on the location I get the option to
download the linked file, (also a Linux mount point to a share on a NAS)


That's correct. But LMS will only allow you to download a single file at 
any time. I don't think this will be a reasonable way to get to the files.


But anyway: if LMS can see the "correct" files, then you should be able 
to do so, too. You're better off trying to understand the real problem 
and fix it with some tool closer to the OS than LMS.



Good lesson learnt here, regarding backups... even a couple of 2.5"
external USB hard drives won't break the bank and would give you two
separate copies to recover from.


Yes! Backup. Do backups. Really.

--

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


Re: [slim] downloading files from LMS

2018-01-24 Thread KeBul

In LMS if you drill down through your library to an individual track, in
the left hand pane, you should get a location for that track, this may
provide you with a clue as to the whereabouts of the good working
file(s).

Also on my system If I right click on the location I get the option to
download the linked file, (also a Linux mount point to a share on a NAS)
which works for me. Might be time consuming but if no better methods
appear at least you might be able to get your rare mp3's safely off the
NAS.

Good lesson learnt here, regarding backups... even a couple of 2.5"
external USB hard drives won't break the bank and would give you two
separate copies to recover from.

Good luck 

Kev



KeBul's Profile: http://forums.slimdevices.com/member.php?userid=32883
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


Re: [slim] Announcing SqueezePad - the first dedicated iPad App to controll your SqueezeBoxen !

2018-01-24 Thread nitram

Can anyone help me figure out why certain ALAC VBR files are no longer
playing? I have LMS 7.9.1, running with Max2Play on an Allo Vanaplayer.
These files have played in the past. The cover image displays, and the
files play without problem if I plug the drive into a laptop. I'm
posting on this thread because one of the few error messages I've been
able to find has displayed in Squeezepad, though it's clearly not a
Squeezepad problem. All the files on an album have this problem, on
three different albums (that I've found so far). The message is this:

Playback Error
Audio playback failed
Parse bites failed. err: optm
1869640813

When I try to play through Slimplayer, the log file displays:

[18-01-24 17:07:13.2291] Slim::Player::Squeezebox2::statHandler (150)
Error: 00:17:f7:01:02:ca: Decoder does not support file format, code 0

Can anyone interpret these for me? Sample rate is 44.1kHz, sample size
16bits. Other ALAC VBR files are fine! Thanks in advance!



Allo Sparky, LMS 7.8.0 > Piano 2.1 + Kali, Max2Play > AudioEngine 5
Raspberry Pi > LMS 7.9.0 
[Mac Mini > LMS 7.7.5: retired (okay, I broke it)]
Squeezebox Classic, resting
iPad mini > Squeezepad
Android phone > Squeezer
iPhone > iPeng
Airplay Bridge > SONY-SRS-X7 speaker

nitram's Profile: http://forums.slimdevices.com/member.php?userid=63775
View this thread: http://forums.slimdevices.com/showthread.php?t=80553

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


Re: [slim] Smart people will stay with Squeezebox

2018-01-24 Thread nolan

philippe_44 wrote: 
> No, UPnP will never work (it can't) and Sonos are totally secretive
> about their protocol, so no chance there

I read that Sonos are going to implement airplay2 for supported models,
surely that opens up an option?



nolan's Profile: http://forums.slimdevices.com/member.php?userid=7440
View this thread: http://forums.slimdevices.com/showthread.php?t=107925

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


Re: [slim] LMS with Google Home, Chromecast and IFTTT (maybe)?

2018-01-24 Thread Xyleme

Ok thanks a lot I get it. I though it was possible to use local ip when
connected to home wifi with ifttt. That's why it doesn't work. And I now
understand why @FredFredrickson said "make sure to be password
protected" ;)
Thnks again



Xyleme's Profile: http://forums.slimdevices.com/member.php?userid=66090
View this thread: http://forums.slimdevices.com/showthread.php?t=108388

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


Re: [slim] LMS with Google Home, Chromecast and IFTTT (maybe)?

2018-01-24 Thread Paul Webster

IP needs to be the public IP address that reaches your router from the
outside - not the internal 192... address because it is IFTTT that is
trying to reach your system not your local Google Home box.
Also - I presume that the working example from earlier is using port
9000 because it is using regular HTTP GET and not the telnet/CLI
interface.



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=108388

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


Re: [slim] LMS with Google Home, Chromecast and IFTTT (maybe)?

2018-01-24 Thread Xyleme

Sure I've replace with my server ip 192.168... and the port is 9090
(when setting up autosqueeze in tasker or using telnet works great with
this port).



Xyleme's Profile: http://forums.slimdevices.com/member.php?userid=66090
View this thread: http://forums.slimdevices.com/showthread.php?t=108388

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


Re: [slim] downloading files from LMS

2018-01-24 Thread DJanGo

muksuluuri wrote: 
> My LMS resides on my linux mint box.

Hi,
source is your Music store
dest is your backupdisk

to only copy files larger than 1MB ->

find *source* -type f -size +1024k -exec cp {} *dest* \;

if you have jpg in the folders you should run a
find *source* -type f -name '*.jpg' -exec cp {} *dest* \;
afterwards

But dont delete the old sourcefiles !

I do own much stuff thats under 1MB in size and these files are just
shorter tracks / Intros outros 



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


Re: [slim] downloading files from LMS

2018-01-24 Thread Paul Webster

Can you get to command line on the NAS (eg SSH or Telnet)?



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


Re: [slim] downloading files from LMS

2018-01-24 Thread muksuluuri

DJanGo wrote: 
> Hi,
> 
> 1: no way
> 2: did you do a cleanup and rebuild databse from scratch already?
> 3: What System? There are many of them and each one uses other ways to
> only copy files larger than x bytes.


Thanks for the quick reply!

Currently squeezebox is the only thing that can see the proper files. I
really don't want to rebuild database or anything else, I'm just looking
for a way to save my music. If I browse the files in any other way, be
it windows, linux, all I can see is the corrupted files. Once I have the
files safe I can rebuild database. For the moment I'm not worried about
double files, only about saving the music.

Most of my music is ripped from my original CDs. It would be a huge task
to rip it all again. Plus there are some rare stuff I only have as
mp3s.

My LMS resides on my linux mint box.



muksuluuri's Profile: http://forums.slimdevices.com/member.php?userid=67782
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


Re: [slim] downloading files from LMS

2018-01-24 Thread DJanGo

muksuluuri wrote: 
> Is there a way to download/copy all files from LMS?
> 
> Now I'd like to find a way to safely copy the music to another
> destination, and then delete the original files and rebuild the library.
> 
> Muksuluuri

Hi,

1: no way
2: did you do a cleanup and rebuild databse from scratch already?
3: What System? There are many of them and each one uses other ways to
only copy files larger than x bytes.



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


[slim] downloading files from LMS

2018-01-24 Thread muksuluuri

Hi All,

I decided to register and ask help for a problem I've had for quite some
time.

Is there a way to download/copy all files from LMS?

Here's the background as to why I'm asking this. A long time ago my NAS
broke and I started the recovery process, which for the most part was a
success. I was able to save most of my music. Something went very wrong
though, and in LMS I can see most of the folders and files as a double.
The first folder contains the music that plays fine and the second only
zero byte songs or just some tracks that play for a few seconds. If I
browse the files normally on a computer I can only see the zero byte and
bad files. This is some sort of file system corruption issue I suppose.
Just to make it clear, the only way to see the proper files is via LMS
and squeezebox. The file system is ZFS with two mirrored hard drives, if
that makes any difference.

Now I'd like to find a way to safely copy the music to another
destination, and then delete the original files and rebuild the
library.

Naturally I'd like to understand why the double file thing has happened,
but the most important thing for me is just to be able to copy and save
my music.


Muksuluuri



muksuluuri's Profile: http://forums.slimdevices.com/member.php?userid=67782
View this thread: http://forums.slimdevices.com/showthread.php?t=108619

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


Re: [slim] LMS with Google Home, Chromecast and IFTTT (maybe)?

2018-01-24 Thread Paul Webster

Did you replace serverip and macaddress with the correct details for
your system?



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=108388

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


Re: [slim] LMS with Google Home, Chromecast and IFTTT (maybe)?

2018-01-24 Thread Xyleme

I don't know if I'm missing something but it won't work at home...

I've forwarded the 9090 in my router. (sending command througt telnet
works).

But using webhooks in IFTTT doesn't work.
How should I setup it ? GET, POST ? text/html or application/js ?... Any
advice ?

I've just try with
http://serverip:9090/status.html?p0=play=playermacadress (also
tried with pause instead of play) but nothing happen.
When I "check" the scritp in ifttt I get no error.

In tasker I got the autosqueeze plugin which works well (guess it's also
using CLI to communicate with the server...).

Thanks for any help



Xyleme's Profile: http://forums.slimdevices.com/member.php?userid=66090
View this thread: http://forums.slimdevices.com/showthread.php?t=108388

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