CopyPoint schrieb:
...first steps to usability...
http://www.copypointburscheid.de/linux/vdr-autosort-0.0.6.tgz
2005-11-14: Version 0.0.6
- Added a Setup Menu (described in README)
- Added multi-level OSD-Messages to let you know whats going on
- You can reload config and start a complete AutoSort-Run from mainmenu, but VDR is unusable for this time (20min here). !!! USE WITH CARE !!
- Housekeeping will be interrupted by any remote key now
- Implemented 'SetCaFF' and 'SetCa0'. You need the patch to delete Ca
special values (autosort will tell you)
I hope it's a bit more comfortable now.
Yes! It is :)
There are still 3 warnings, nothing to care to much about : g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"autosort"' -I../../../include -I/usr/src/linux/include autosort.c autosort.c: In member function 'void cNewAutoSort::CheckDelimiters()': autosort.c:929: warning: suggest parentheses around assignment used as truth value autosort.c:952: warning: suggest parentheses around assignment used as truth value autosort.c:974: warning: suggest parentheses around assignment used as truth value
Happens with g++ (GCC) 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)
Attached a patch to get rid of the warnings...
Frank