|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.ConfigurationBean
public final class ConfigurationBean
Contains current ambient configuration.
Nested Class Summary | |
---|---|
static class |
ConfigurationBean.TrackChangeNotifEnum
A notification to show when the current playing track is changed. |
static class |
ConfigurationBean.TrackChangeNotifLocationEnum
A notification to show when the current playing track is changed. |
Field Summary | |
---|---|
String |
ampacheEmbeddedPassword
If true then new covers will not be downloaded. |
int |
coverCache
Cache size in kb. |
boolean |
dontDownloadOnCacheFull
If true then new covers will not be downloaded. |
boolean |
dontRepeatSameTag
Show tag as null if previous track's tag was the same. |
int |
dynamicHistorySize
Dynamic playlist: History length. |
int |
dynamicUpcomingSize
Dynamic playlist: upcoming track count. |
String |
longNotificationFormat
The "long" notification format. |
ConfigurationBean.TrackChangeNotifLocationEnum |
notificationLocation
Where to show the notification on screen. |
ConfigurationBean.TrackChangeNotifEnum |
notificationType
A notification to show when the current playing track is changed. |
boolean |
notifyWhenMinimizedOnly
Notify only when minimized. |
long |
playerGap
The gap between tracks, in millis. |
String |
playerTickerFormat
Formatting string for the player ticker. |
String |
playlistFormat
Formatting string for the playlist items. |
boolean |
rememberPlaylist
Remember playlist on player quit. |
String |
scanDirs
Scan these directories for sound files. |
String |
shortNotificationFormat
The "short" notification format. |
Constructor Summary | |
---|---|
ConfigurationBean()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Bind(captionId=2131099705, viewId=2131230744) public ConfigurationBean.TrackChangeNotifEnum notificationType
@Bind(captionId=2131099709, viewId=2131230745) public ConfigurationBean.TrackChangeNotifLocationEnum notificationLocation
@Bind(captionId=2131099714, viewId=2131230746, escape=true, tagFormat=true) public String shortNotificationFormat
@Bind(captionId=2131099715, viewId=2131230747, escape=true, tagFormat=true) public String longNotificationFormat
@Bind(captionId=2131099702, viewId=2131230732) public String scanDirs
@Bind(captionId=2131099703, viewId=2131230738, min=0, max=99) public int dynamicHistorySize
@Bind(captionId=2131099704, viewId=2131230739, min=1, max=99) public int dynamicUpcomingSize
@Bind(captionId=-1, viewId=2131230749) public boolean notifyWhenMinimizedOnly
@Bind(captionId=2131099716, viewId=2131230751, escape=true, tagFormat=true) public String playerTickerFormat
@Bind(captionId=2131099717, viewId=2131230752, min=0, max=9999) public long playerGap
@Bind(captionId=2131099718, viewId=2131230740, escape=true, tagFormat=true) public String playlistFormat
@Bind(captionId=-1, viewId=2131230741) public boolean dontRepeatSameTag
null
if previous track's tag was the same.
@Bind(captionId=-1, viewId=2131230742) public boolean rememberPlaylist
@Bind(captionId=2131099722, viewId=2131230733) public int coverCache
@Bind(captionId=-1, viewId=2131230734) public boolean dontDownloadOnCacheFull
true
then new covers will not be downloaded. If
false
then old covers will be purged.
@Bind(captionId=-1, viewId=2131230736) public String ampacheEmbeddedPassword
true
then new covers will not be downloaded. If
false
then old covers will be purged.
Constructor Detail |
---|
public ConfigurationBean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |