Welcome to
 Welcome to riocar.org! Friday, August 6th 
Main Menu
· Web Links
· Downloads
· BBS/Forums
· Lens Compare
· Boot Logos
· Button Guide
· Developer Info
· Drive Upgrade
· FAQ
· Geek Guide
· Photo Gallery


  

rio car dot org FAQ (Frequently Asked Questions)



Category: Main -> Software and player operation questions
Search the FAQ
·  Why do the visuals disappear every time I put it in the car? 
·  I just got my new player and I have many gigs of MP3s to install. Is there anything I need to keep in mind? 
·  Why can't I add more than one song at a time? 
·  What does the flashing LED on the faceplate mean? 
·  Do I have to put the player into standby mode before I pull the plug? 
·  Can I copy MP3 files back onto my PC from the player? 
·  Is there anything I should keep in mind when I grab files from the player? 
·  Can I back up the player's playlists and music files? 
·  What is the best way to organize and listen to my music? 
·  How can I keep my PC and my car player in perfect synch? 
·  How do I upgrade the firmware on the player, and will it erase my music files? 
·  Is it bad for the player if it gets too hot or too cold? 
·  Do I have to use the remote, or can I do everything from the front panel? 
·  What do all the buttons do? 
·  What's this I hear about a 'Stun/Kill' button on the remote control? 
·  What is a parametric EQ, and what does the 'Q' parameter do? 
·  Where can I download a list of EQ presets? 
·  How do I know what the hard disk is doing? 
·  Does disk space get wasted if I make a second copy of a song in a different playlist? 
·  What about editing/renaming multiple copies of the same song? 
·  How can I be sure that I've deleted all copies of a given song? 
·  How do I make albums play in the correct order? 
·  How do the Tweak Order functions work? 
·  How does the 'Ignore as Child' option work? 
·  What in the world is a 'Wendy Filter'? 
·  How do the Bookmarks work? 
·  Can I delete songs from the player's front panel? 
·  How can I tell which tracks I have marked with the 'Mark' key? 

·  What search terms can I use in the Advanced Search box in Emplode?
 (Entry last updated on October 6th, 2004)

From the empeg development team:

Comparison operators:
=, ==, is (equality)
<>, != (inequality)
<=
<
>=
>
contains
like

Boolean operators:
&&, and
||, or

Unary operators:
!, not

true and false are available as constants.

The tokeniser works as follows:
  • Items in quotes are treated as string literals, e.g. "Pop"

  • Items beginning with digits are treated as integer literals, e.g. 35

  • Durations and times can be entered as, e.g. 3 minutes 45 seconds.

  • Abbreviations allowed: minutes,min,m,seconds,sec,s.

  • Anything else that isn't a reserved word is treated as a field name.
Operator precedence is as you'd expect. Brackets are allowed to group operations. Strings evaluate to true if they're non-empty, false otherwise. e.g.:

(year >= 1970 && year < 1980) and not(genre and artist and source)

Would find tracks from the 70's that are missing one of the genre, artist or source tags.

The field names are deliberately vaguely defined to allow us to add new ones whenever. If you hack on your *1 files, you can add them yourselves.

Currently, defined fields are (this is not an exhaustive list):
fid
title
artist
source
genre
year
duration
(in ms unless otherwise specified as above)
comment

bitrate
(fixed/variable,stereo/mono,bitrate, specified as, e.g. fm64 or vs192.)
codec
(mp3,wma or wave)
ctime
(creation time as a Unix time_t.)

refs
(number of references on this item.)
new
(is it new this session?)
changed
(did you change it this session?)
marked
(is it marked?)
drive
(which drive is it on? 0 or 1.)
play_count
(how many times played)
play_last
(last played? (time_t))
skipped_count
(how many times skipped?)
You can also do some limited searches on Wendy flags, such as "wendy=5" or "wendy!=0". The numeric value is the bitmask of the Wendy flags, which you can figure out by looking at your config.ini file. Note that there are no bitwise operators in the Search function, so you can't easily search for a specific flag independently of other flags. You can easily search for tunes which have "no" flags, "any" flags, or which have only a single specific known flag, but complicated And'ing and Or'ing would be required to do more advanced Wendy searches (such as in the example given below).

Searching on the options value will work to find the various bits associated with track and playlist options. I don't have a list of the various bit values at this time, but I believe they can be found by looking at the Emptool source code. Here is an example (provided by Bitt Faulk on the Unofficial Empeg BBS) of using the options value to locate all playlists tagged with the "Ignore as Child" flag:

type="playlist" and ( ( options>31 and options<64 ) or ( options>95 and options<128 ) or ( options>159 ) )

The above searches for all playlists where bit number 7 (Ignore as Child) is set in its options.


·  What is this 'Soup View' I hear other people talking about? 
·  What do the little letters mean on the Info:Track screen? 
·  When I move the player between the car and the house, what does it do differently? 
·  Are there any 'Easter Eggs' in the player? 
·  What do the various symbols mean on the 'Aux Info' screen? 
·  Can I reset the number of plays and other statistics? 
·  Why does it play clusters of artists or albums? 
·  How do I cancel out of a synch? 
·  How do I skip to the next album or the next playlist? 
·  What is a FID? 
·  What happens during a synch, and what do the stage numbers mean? 
·  Can I use a USB-to-serial converter dongle with the player? 
·  What are some other good tricks for using the player? 


Copyright © 2001-2024 riocar.org
All logos and trademarks on this site are property of their respective owners. The comments are property of their posters.