Fram Extra Guard PH9688
The manual recommends Quaker State
Every 10K: Replace climate control air filter
Service | 7.5 | 15 | 22.5 | 30 | 37.5 | 45 | 52.5 | 60 | 67.5 | 75 | 82.5 | 85 | 90 | 97.5 | 105 | 112.5 | 120 | 127.5 | 130 | 135 | 142.5 | 150 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Emission control items | ||||||||||||||||||||||
Engine oil/filter | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | R | ||
Fuel filter | R | R | R | R | ||||||||||||||||||
Fuel lines/hoses/connections | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Vacuum hose | I | I | I | I | I | I | I | I | I | I | ||||||||||||
Crankcase ventilation hoses | I | I | I | I | ||||||||||||||||||
Vapor hose / fuel filler cap | I | I | I | R | I | I | I | R | I | I | I | R | I | I | I | R | I | I | I | R | ||
Air cleaner filter | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Valve clearance | I | I | ||||||||||||||||||||
Spark plugs (iridium coated) | R | |||||||||||||||||||||
Fuel tank air filter | I | R | I | R | I | R | I | R | I | R | ||||||||||||
Electronic throttle control | I | I | ||||||||||||||||||||
General items | ||||||||||||||||||||||
Drive belt | I | I | I | I | I | |||||||||||||||||
Coolant | R | R | R | R | ||||||||||||||||||
Manual transaxle oil | I | I | I | I | I | |||||||||||||||||
Automatic transaxle fluid | I | I | I | I | I | I | R | I | I | I | ||||||||||||
Brake fluid | I | I | I | I | I | |||||||||||||||||
Brake hoses and lines | I | I | I | I | I | I | I | I | I | I | ||||||||||||
Rear brake drums/linings | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Parking brake | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Brake pads/calipers/rotors | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Exhaust pipe and muffler | I | I | I | I | I | I | I | I | I | I | ||||||||||||
Suspension mounting bolts | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Steering gear box/linkage/boots | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | I | ||
Power steering pump/belt/hoses | I | I | I | I | I | I | I | I | I | I | ||||||||||||
Drive shafts and boots | I | I | I | I | I | I | I | I | I | I | ||||||||||||
Air conditioning refrigerant | I | I | I | I | I | I | I | I | I | I |
Remove Amarok moodbar metadata
rm .*.mood
Convert to MP3 (ugh)
for file in *.ogg; do echo "Processing ${file}"; sox "${file}" "$(basename ${file} .ogg).mp3"; done for file in *.flac; do echo "Processing ${file}"; sox "${file}" "$(basename ${file} .flac).mp3"; done
Remove old files
rm *.ogg *.flac
Rename files for maximum use of limited screen real estate
lltag --no-tagging --yes --quiet --rename '%n %t' *.mp3