Advertisement
cirrus

.mp3blasterrc

Nov 2nd, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. #Read man mp3blaster, section MP3BLASTERRC, to get any keywords
  2. #and values not mentioned here. Items mentioned here that are not described,
  3. #are #well described in the manual, so please use that as a reference!
  4. #All values shown here without description are the default values.
  5. #Ive edited colours for mp3blaster music player for terminal this file named .mp3blasterrc
  6. #File resides in your home dir then install mp3blaster and run it by typing mp3blaster in terminal
  7. #DownFrequency = No
  8. #Threads=250
  9.  
  10. #SDL is only the default if available (which is recommended). Otherwise,
  11. #'oss' will be used. Explicitly requesting a driver that does not exist on
  12. #your system results in an error message.
  13. #AudioDriver = sdl
  14.  
  15. #Sound device to use if AudioDriver is 'oss':
  16. #AudioDriver = oss
  17. #SoundDevice = /dev/dsp
  18.  
  19. #Audio over NAS
  20. #AudioDriver = nas
  21. #SoundDevice = localhost:8000
  22.  
  23. #Audio over esd (only works on localhost)
  24. #AudioDriver = esd
  25.  
  26. #AudiofileMatching is a list of regular expressions that determine which file
  27. #is considered a valid audiofile. matching is done using default settings and
  28. #regexec(3). Extended, case-insensitive regular expression matchins is used
  29. #(note: version prior to 3.1.1 used case-sensitive searching!)
  30. #using regexs!
  31. #This line would match any not-directory file:
  32. #AudiofileMatching = \\.*
  33. #This line would shell global (case insensitive) match *.mp3,*.mp3,*.sid,*.wav,
  34. #http://*,*.ogg
  35. #AudiofileMatching = \\.mp[23]$, \\.sid$, \\.wav$, ^http://, \\.ogg$
  36.  
  37. #Use PlaylistMatching to specify which files are considered to be playlists.
  38. #Files that are considered playlists, can be loaded by pressing enter over the
  39. #file when it's highlighted in the filemanager.
  40. #Default playlist files are *.lst/*.m3u,which could be written like this:
  41. #PlaylistMatching = \\.lst$, \\.m3u$
  42.  
  43. #SkipLength = 10
  44. #PanSize = 5
  45. #WrapAround = Yes
  46. #PlaylistDir = ~/.mp3blaster_playlists
  47. PlaylistDir = /mnt/INT2/music
  48. #File.ID3Names = false
  49.  
  50. #Choose from: alpha, alpha-case, modify-new, modify-old, size-small, size-big,
  51. # none
  52. #File.SortMode = alpha
  53.  
  54. #HideOtherFiles = true.
  55. #ScanMP3 = no
  56. #SelectItems.UnselectFirst = no
  57. #SelectItems.SearchRegex = no
  58. #SelectItems.SearchCaseInsensitive = yes
  59.  
  60. #If you want to display ID3 tags in another character set (in this case
  61. #koi8-r <= win1251):
  62. #CharsetTable = /usr/local/share/mp3blaster/win2koi.tbl
  63.  
  64. #Set a bunch of colours. Try and find out what they do; most should be obvious.
  65. #Currently, colour support is mostly broken and very inconsistent..
  66. #Colours: black, red, green, yellow, magenta, cyan, white
  67. Color.Default.fg = cyan
  68. #Color.Default.bg = black
  69. # Input window color
  70. Color.Popup.fg = cyan
  71. Color.Popup.bg = cyan
  72. # Input window text box color
  73. Color.PopupInput.fg = cyan
  74. #Color.PopupInput.bg = magenta
  75. # Error message color
  76. Color.Error.fg = red
  77. Color.Error.bg = cyan
  78. # CD-player button color
  79. #Color.Button.fg = magenta
  80. #Color.Button.bg = black
  81. # Keybindings color
  82. #Color.ShortCut.fg = magenta
  83. Color.ShortCut.bg = cyan
  84. # Label color
  85. Color.Label.fg = red
  86. Color.Label.bg = cyan
  87. # Number and similar status indicators color
  88. Color.Number.fg = green
  89. #Color.Number.bg = black
  90. # MP3 files in filee manager color
  91. #Color.FileMp3.fg = green
  92. # Directories in file manager color
  93. Color.FileDir.fg = cyan
  94. # Playlist files in file manager color
  95. #Color.FileLst.fg = yellow
  96. # Other files in file manager color
  97. #Color.FileWin.fg = magenta
  98.  
  99. ##Set keybindings
  100. #Valid key bindings:
  101. # Single-character keybindings represent themselves. If you want to specify a
  102. # scancode, the syntax is 's<hex-digit><hex-digit>'. All others are special
  103. # canonical names: 'spc' (space), 'ent' (enter), 'kp0'..'kp9' (keypad 0..9),
  104. # 'ins' (insert), 'hom' (home), 'del' (delete), 'end' (end), 'pup' (pageup),
  105. # 'pdn' (pagedown), 'f1'..'f12', 'up'/'dwn'/'lft'/'rig' (cursor keys),
  106. # 'bsp' (backspace).
  107. #The default keybindings make perfect sense if you are using a text console.
  108. #If you run mp3blaster in X, you might want to uncomment the following
  109. #keybindings:
  110. #Key.SelectFiles = 1
  111. #Key.AddGroup = 2
  112. #Key.SetGroupTitle = 5
  113. #Key.ToggleRepeat = 6
  114. Key.ToggleShuffle = 7
  115. #Key.TogglePlaymode = 8
  116. #Key.ToggleSort = F
  117. #Key.ChangeThread = #
  118. #Key.File.AddFiles = 1
  119. #Key.File.InvSelection = 2
  120. #Key.File.RecursiveSelect = 3
  121. #Key.File.SetPath = 4
  122. #Key.File.DirsAsGroups = 5
  123. #Key.File.Mp3ToWav = 6
  124. #Key.File.AddURL = 7
  125. #Key.LoadPlaylist = l
  126. #Key.WritePlaylist = w
  127. #Key.Play.Next = n
  128. #Key.Play.Previous = b
  129. #Key.Play.Forward = N
  130. #Key.Play.Rewind = B
  131. #Key.Play.Play = p
  132. #Key.Play.Stop = s
  133.  
  134. #And here are the other possible keybindings:
  135. #Key.ClearPlaylist = C
  136. #Key.MoveAfter = m
  137. #Key.MoveBefore = M
  138. #Key.File.StartSearch = /
  139. #Key.File.UpDir = bsp
  140. #Key.File.Select = spc
  141. #Key.Select = spc
  142. #Key.File.MarkBad = b
  143. #Key.File.Rename = r
  144. #Key.File.Delete = D
  145. #Key.ToggleMixer = t
  146. #Key.ToggleDisplay = f
  147. Key.QuitProgram = q
  148. #Key.Help = ?
  149. #Key.Refresh = L
  150. #Key.Enter = ent
  151. #Key.File.Enter = ent
  152. #Key.PrevPage = pup
  153. #Key.NextPage = pdn
  154. #Key.Up = up
  155. #Key.Down = dwn
  156. #Key.left = lft
  157. #Key.Right = rig
  158. #Key.Home = hom
  159. #Key.End = end
  160. #Key.HelpPrev = -
  161. #Key.HelpNext = +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement