1
Users / Re: Anyone using or thinking of using the LeGrand BTicino Bus system?
« on: October 03, 2011, 03:24:30 pm »
I'm very interested Andrew.
Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
We have no plans in that area at all.
However we do offer Dianemo S10.10 which is an affordable install/support option for your own hardware. See the link in my footer below for details.
All the best
Andrew
#!/bin/bash
for each in public user_2 user_1 user_5
do
cd "/home/$each/data/videos/TV"
find . -mtime -1| egrep -e 'avi|mkv|xvid|ts|m2ts' | grep -v id3 | while read "files"
do
file=`echo "$files" | cut -f2 -d"/"`
name=`echo "$files" | cut -f4 -d"/" | cut -f1 -d"."`
nfo=`echo "$files" | cut -f1-2 -d"."`
title=`cat "$nfo.nfo" | grep title | cut -f2 -d">" | cut -f1 -d"<"`
aired=`cat "$nfo.nfo" | grep aired | cut -f2 -d">" | cut -f1 -d"<"`
rm "$files.id3"
touch "$files.id3"
id3v2 --TIT2 "$name - $title" "$files.id3"
id3v2 --TYER "$aired" "$files.id3"
eyeD3 --add-image="./$file/folder.jpg":OTHER "$files.id3"
done
done
Would the lmce-autotagger work with Dianemo 10.10? I am using Dianemo which currently doesn't have IMDB tagging or functional Amazon. Would love to use autotagger.
I'll jump in here... we will have updated MythTV & FreePBX/Asterisk packages in coming weeks that will allow users of Dianemo S10.10 to replicate what they can on LinuxMCE while still delivering the unique Dianemo features like uPnP etc. We are also hoping to have the Gyration support re-instated too in the same time frame.
I think the above are the main areas where we have some work to do to if you want to match LinuxMCE features.
All the best
Andrew
I will try to fix this, this weekend.
-Thom
Another thing to check is /etc/X11/xorg.conf under the section "ServerFlags" to see if the option "AutoAddDevices" is set to "False". I've included my xorg file for reference - see the last line.
John