Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-24 Thread Michael Herger
IMHO there is no need to use the daily nightlys right now. Cause it seems -there are no changes. That's correct: nightlies are built nightly. Wether there were changes or not. Therefore the timestamp can change. But the revision number should stay the same. -- Michael

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-24 Thread DJanGo
soundcheck wrote: > If you would have read what I was looking for, you would have noticed > the term: > > "nightly builds" Yapp, but since 7.9 is "released" there are some changes (tbh that i didnt understand right now) eg . i downloaded logitechmediaserver_7.9.1~1492077569_i386.deb

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-21 Thread paul-
soundcheck wrote: > I do intend to control the entire process myself. > > The only thing I'd like to know is if there's a way to download the most > current nightly .deb by script. > > > Thx. Here is the manual updater check I use with piCorePlayer. Note that you will need to use the path

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-20 Thread adhawkins
DJanGo wrote: > > the funny thing is - this is a version of a script that had issues - but > the posted one cant run cause there are some lines missing > > btw: There is no need to wget things since a long time. > Just activate the lms updater in the settings and run > > Code:

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-19 Thread soundcheck
If you would have read what I was looking for, you would have noticed the term: "nightly builds" soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383 View this thread:

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-19 Thread DJanGo
DJanGo wrote: > lol... > > why not contact the 'original' > (http://forums.slimdevices.com/showthread.php?103885-Upcoming-changes-to-download-sites-bye-bye-Debian-and-yum-repos=822987=1#post822987) > author? > -He- may knew some bugs in this Version of the script that did nt need > any

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-19 Thread DJanGo
adhawkins wrote: > email me if it needs installing > > Andy lol... why not contact the 'original' (http://forums.slimdevices.com/showthread.php?103885-Upcoming-changes-to-download-sites-bye-bye-Debian-and-yum-repos=822987=1#post822987) author? -He- may knew some bugs in this Version of the

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-19 Thread Andy Hawkins
Hi, In article , soundcheck wrote: > Does anybody have an idea how to run automated downloads of nightly > builds with wget. > > I'd just like to run a script in the background that does the

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-07 Thread soundcheck
I figured it out myself. How about this? Code: wget -r -l1 --no-parent -A "amd64.deb" http://downloads.slimdevices.com/nightly/?ver=7.9 soundcheck's Profile:

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-07 Thread soundcheck
drmatt wrote: > Think you can turn auto self-update of the nightly build release in the > UI and it does all this for you. I do intend to control the entire process myself. The only thing I'd like to know is if there's a way to download the most current nightly .deb by script. Thx.

Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-07 Thread drmatt
Think you can turn auto self-update of the nightly build release in the UI and it does all this for you. -- Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with Debian+LMS 7.9.0 Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k albums..

[SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-07 Thread soundcheck
Hi there. Does anybody have an idea how to run automated downloads of nightly builds with wget. I'd just like to run a script in the background that does the update job automatically. Thinking of: wget