Release Artist Slideshow addon (with skin and addon integration)
Just a thought, I had to edit the autostart.sh script in OpenElec to added in a line that would mount my file servers Music folder to the local /storage/music folder on the HTPC. So I could then in AS settings change my LOCAL ARTIST FOLDER path from SMB://WHS/MUSIC to /STORAGE/MUSIC. Doing this enables Local fanart to be used as you know.

This is the line: mount -t cifs -o username=xxxx,password=xxxx,rw //192.168.1.100/music /storage/music; \

However as my WHS (HP Microserver) hibernates and takes a long time to wake up, I put in a sleep for 2 mins 30 secs. I wonder if this setup is anyhow related to AS not being able to remove the .tbn files from the artists folders on the file server? Although AS is creating the JPG files OK on the file server so maybe not, I'm not sure.

Here is the entire startup script:

Code:
#!/bin/sh

# Wake-On-LAN for WHS

python /storage/.config/WakeOnLan.py '3D:B9:2B:0C:21:43' &

# Disable eventlircd for MCE remote

killall eventlircd

# Mount Music folder for Artist SlideShow Setting
# Mount Music Videos folder for Youtube download path

(sleep 150; \
mount -t cifs -o username=xxxx,password=xxxx,rw //192.168.1.100/music /storage/music; \
mount -t cifs -o username=xxxx,password=xxxx,rw "//192.168.1.100/music videos" "/storage/music videos" \
)&
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by cw-kid - 2014-01-10, 12:25
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5