Updates to luciano_blocktronics theme
This commit is contained in:
parent
7fd0d6e699
commit
ff1c72fae4
|
@ -591,6 +591,124 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
newScanFileBaseList: {
|
||||||
|
config: {
|
||||||
|
hashTagsSep: "|08, |07"
|
||||||
|
browseInfoFormat10: "|00|10{fileName} |08- |03{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08- |03uploaded |11{uploadTimestamp}"
|
||||||
|
browseInfoFormat11: "|00|15{areaName}"
|
||||||
|
browseInfoFormat12: "|00|07{hashTags}"
|
||||||
|
browseInfoFormat13: "|00|07{estReleaseYear}"
|
||||||
|
browseInfoFormat14: "|00|07{dlCount}"
|
||||||
|
browseInfoFormat15: "{userRatingString}"
|
||||||
|
browseInfoFormat16: "{isQueued}"
|
||||||
|
browseInfoFormat17: "{webDlLink}{webDlExpire}"
|
||||||
|
|
||||||
|
webDlExpireTimeFormat: " [|08- |07exp] ddd, MMM Do @ h:mm a"
|
||||||
|
webDlLinkNeedsGenerated: "|08(|07press |10W |07to generate link|08)"
|
||||||
|
|
||||||
|
isQueuedIndicator: "|00|10YES"
|
||||||
|
isNotQueuedIndicator: "|00|07no"
|
||||||
|
|
||||||
|
userRatingTicked: "|00|15*"
|
||||||
|
userRatingUnticked: "|00|07-"
|
||||||
|
|
||||||
|
detailsGeneralInfoFormat10: "{fileName}"
|
||||||
|
detailsGeneralInfoFormat11: "|00|07{byteSize!sizeWithoutAbbr} |11{byteSize!sizeAbbr} |08(|03{byteSize:,} |11B|08)"
|
||||||
|
detailsGeneralInfoFormat12: "|00|07{hashTags}"
|
||||||
|
detailsGeneralInfoFormat13: "{estReleaseYear}"
|
||||||
|
detailsGeneralInfoFormat14: "{dlCount}"
|
||||||
|
detailsGeneralInfoFormat15: "{userRatingString}"
|
||||||
|
detailsGeneralInfoFormat16: "{fileCrc32}"
|
||||||
|
detailsGeneralInfoFormat17: "{fileMd5}"
|
||||||
|
detailsGeneralInfoFormat18: "{fileSha1}"
|
||||||
|
detailsGeneralInfoFormat19: "{fileSha256}"
|
||||||
|
detailsGeneralInfoFormat20: "{uploadByUsername}"
|
||||||
|
detailsGeneralInfoFormat21: "{uploadTimestamp}"
|
||||||
|
detailsGeneralInfoFormat22: "{archiveTypeDesc}"
|
||||||
|
|
||||||
|
fileListEntryFormat: "|00|03{fileName:<67.66} {byteSize!sizeWithoutAbbr:>7.6} |11{byteSize!sizeAbbr}"
|
||||||
|
focusFileListEntryFormat: "|00|19|15{fileName:<67.66} {byteSize!sizeWithoutAbbr:>7.6} {byteSize!sizeAbbr}"
|
||||||
|
|
||||||
|
notAnArchiveFormat: "|00|08( |07{fileName} is not an archive |08)"
|
||||||
|
}
|
||||||
|
|
||||||
|
0: {
|
||||||
|
mci: {
|
||||||
|
MT1: {
|
||||||
|
height: 16
|
||||||
|
width: 45
|
||||||
|
}
|
||||||
|
HM2: {
|
||||||
|
focusTextStyle: first lower
|
||||||
|
}
|
||||||
|
|
||||||
|
TL11: {
|
||||||
|
width: 21
|
||||||
|
textOverflow: ...
|
||||||
|
}
|
||||||
|
|
||||||
|
TL12: {
|
||||||
|
width: 21
|
||||||
|
textOverflow: ...
|
||||||
|
}
|
||||||
|
TL13: { width: 21 }
|
||||||
|
TL14: { width: 21 }
|
||||||
|
TL15: { width: 21 }
|
||||||
|
TL16: { width: 21 }
|
||||||
|
TL17: { width: 73 }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
1: {
|
||||||
|
mci: {
|
||||||
|
HM1: {
|
||||||
|
focusTextStyle: first lower
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
2: {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
3: {
|
||||||
|
// details - nfo/readme
|
||||||
|
mci: {
|
||||||
|
MT1: {
|
||||||
|
height: 19
|
||||||
|
width: 79
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
4: {
|
||||||
|
mci: {
|
||||||
|
VM1: {
|
||||||
|
height: 17
|
||||||
|
width: 79
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fileBaseBrowseByAreaSelect: {
|
||||||
|
config: {
|
||||||
|
protListFormat: "|00|03{name}"
|
||||||
|
protListFocusFormat: "|00|19|15{name}"
|
||||||
|
}
|
||||||
|
|
||||||
|
0: {
|
||||||
|
mci: {
|
||||||
|
VM1: {
|
||||||
|
height: 15
|
||||||
|
width: 30
|
||||||
|
focusTextStyle: first lower
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fileBaseSearch: {
|
fileBaseSearch: {
|
||||||
mci: {
|
mci: {
|
||||||
ET1: {
|
ET1: {
|
||||||
|
|
Loading…
Reference in New Issue