I look forward to 710,
64 bit support should be good, i can finaly use my processor properly
Im hoping that file types like MKV etc are added to updatemedia as xine can handle them jusr fine
A few bugs on my machine im hoping will be fixed (even though i have almost the exact machine used in the video)
and maybe ill work up the courage to blow away my install and start again, need an excuse to install that new hdd..
...0710 is getting closer... but is still at least 7 days away. But a 64bit version is definitely going to be available. Adding support for new file types will be possible in 0710 too I've been testing adding those now that the DB Schema has been updated to allow for more data in the Extensions field of the MediaType table. You have to use some MySQL queries but its not that difficult;
mysql -u root -D pluto_main -N -e "UPDATE MediaType SET Extensions = 'mov,avi,mpeg,mpg,wmv,ts,tp,dvd,vdr,ogm,mkv' WHERE Extensions = 'mov,avi,mpeg,mpg,wmv,ts,tp,dvd,vdr,ogm'"
Login to the console under 0710 and use the line above to add the MKV file type to your system... and its done!
***Don't try the above under 0704 as you could damage your DB***
Andrew