hi
i;m trying to make the twonky DLNA server display coverart for movies thumbnails.
i found this article https://server.vijge.net/tw-video-scraper that should be working
however, i need to put the files in the twonky dir, which is located in /usr/local/dmsf/binary/cgi-bin ... that is mounted as read-only
any idea how i could write something there?
thanx
NAS326 /usr/local readonly
Re: NAS326 /usr/local readonly
Code: Select all
cp -a /usr/local/dmsf/binary/cgi-bin/* /i-data/sysvol/some_directory/
mount --bind /i-data/sysvol/some_directory /usr/local/dmsf/binary/cgi-bin