Skip to content

Commit e3aeac5

Browse files
committed
default initial data for mixxx djing software
1 parent feb4a7f commit e3aeac5

File tree

7 files changed

+677
-2
lines changed

7 files changed

+677
-2
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE broadcastprofile>
2+
<BroadcastProfile>
3+
<SecureCredentialsStorage>0</SecureCredentialsStorage>
4+
<Enabled>1</Enabled>
5+
<Host></Host>
6+
<Port>8000</Port>
7+
<Servertype></Servertype>
8+
<Login></Login>
9+
<Password></Password>
10+
<EnableReconnect>1</EnableReconnect>
11+
<ReconnectPeriod>5</ReconnectPeriod>
12+
<LimitReconnects>1</LimitReconnects>
13+
<MaximumRetries>10</MaximumRetries>
14+
<NoDelayFirstReconnect>1</NoDelayFirstReconnect>
15+
<ReconnectFirstDelay>0</ReconnectFirstDelay>
16+
<Mountpoint></Mountpoint>
17+
<StreamName></StreamName>
18+
<StreamDesc>This stream is online for testing purposes!</StreamDesc>
19+
<StreamGenre>Live Mix</StreamGenre>
20+
<StreamPublic>0</StreamPublic>
21+
<StreamWebsite>https://www.mixxx.org</StreamWebsite>
22+
<Format></Format>
23+
<Bitrate>128</Bitrate>
24+
<Channels>2</Channels>
25+
<EnableMetadata>0</EnableMetadata>
26+
<MetadataCharset></MetadataCharset>
27+
<CustomArtist></CustomArtist>
28+
<CustomTitle></CustomTitle>
29+
<MetadataFormat>$artist - $title</MetadataFormat>
30+
<OggDynamicUpdate>0</OggDynamicUpdate>
31+
</BroadcastProfile>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<MixxxEffects schemaVersion="0">
3+
<Rack>
4+
<Group>[EffectRack1]</Group>
5+
<Chains>
6+
<EffectChain/>
7+
<EffectChain/>
8+
<EffectChain/>
9+
<EffectChain/>
10+
</Chains>
11+
</Rack>
12+
</MixxxEffects>

PKGBUILDs/opendspd/app-data/djing/mixxx/mixxx.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ show_coverart 1
323323
show_library 1
324324

325325
[MainWindow]
326-
geometry AdnQywABAAAAAAAAAAAAAAAABP8AAAP/AAAAAAAAAAD////+/////gAAAAACAA==
327-
state AAAA/wAAAAD9AAAAAAAABQAAAAPXAAAABAAAAAQAAAAIAAAACPwAAAAA
326+
geometry AdnQywABAAAAAAAAAAAAAAAABP8AAALPAAAAAAAAAAD////+/////gAAAAACAA==
327+
state AAAA/wAAAAD9AAAAAAAABQAAAAKnAAAABAAAAAQAAAAIAAAACPwAAAAA
328328

329329
[Master]
330330
boothDelay 0

PKGBUILDs/opendspd/app-data/djing/mixxx/mixxx.log

Lines changed: 625 additions & 0 deletions
Large diffs are not rendered by default.
144 KB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE SamplerBank>
2+
<samplerbank>
3+
<sampler group="[Sampler1]"/>
4+
<sampler group="[Sampler2]"/>
5+
<sampler group="[Sampler3]"/>
6+
<sampler group="[Sampler4]"/>
7+
</samplerbank>

PKGBUILDs/opendspd/app-data/djing/mixxx/sandbox.cfg

Whitespace-only changes.

0 commit comments

Comments
 (0)