Amarok/Development/amarokrc: Difference between revisions

From KDE Community Wiki
(add explanatory text on top)
(Layout in tables for the individual items)
 
Line 1: Line 1:
{{Construction}}
{{Construction}}


The content below are examples of configurations that can be done inside amarokrc:
The content below are examples of configurations that can be done inside amarokrc. The individual sections are set between square brackets in alphabetical order.


=== Collection Browser ===


[Collection Browser]
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| TreeCategory || =2,1 ||
|-
| View Mode || =NormalCollections || ==UnifiedCollections
|}


TreeCategory=2,1
=== Collection Folders ===


View Mode=NormalCollections
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| 4 || =./AudioBooks,./Music,./MusicVideos ||
|-
| Use MusicLocation =false || =true
|}


=== Collection Transcoding Preference ===


[Collection Folders]
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Encoder || =INVALID ||
|}


4=./AudioBooks,./Music,./MusicVideos
=== ConfigDialog ===


Use MusicLocation=false
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Height || 1200=701 ''(example)'' ||
|-
| Width || 1920=1056 ||
|}


=== DownloadDialog Settings ===


[Collection Transcoding Preference]
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Height  || 1200=400 ||
|-
| Width || 1920=700 ||
|}


Encoder=INVALID
=== File Browser ===


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Current Directory || =file:///home/user ||
|}


[ConfigDialog]
=== General ===


Height 1200=701
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Browser Path || =root list/collections ||
|-
| First Run || =false ||
|-
| HiddenOnExit || =false ||
|-
| LayoutFileDeleted || =true ||
|}


Width 1920=1056
=== General Options ===


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| PlayFirstRunJingle || =false ||
|}


[DownloadDialog Settings]
=== KFileDialog Settings ===


Height 1200=400
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
|Height || 1200=450 ||
|-
| Width || 1920=720 ||
|}


Width 1920=700
=== LikeBack ===


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
|userWantToShowBar || =false ||
|}


[File Browser]
=== Loaded Playlist Files ===


Current Directory=file:///home/user
=== MainWindow ===


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Height || 1200=1201 ||
|-
| Height  || 768=382 ||
|-
| ToolBarsMovable || =Disabled ||
|-
| Width || 1366=910 ||
|-
| Width || 1920=1921 ||
|}


[General]
=== Notification Messages ===


Browser Path=root list/collections
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| LikeBack_starting_information || =false ||
|}


First Run=false
=== Playback ===


HiddenOnExit=false
{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Master Volume || =100 ||
|}


LayoutFileDeleted=true
=== Playlist Search ===


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| MatchAlbum || =true ||
|-
| MatchArtist || =true ||
|-
| MatchTrack || =true ||
|-
| ShowOnlyMatches || =false ||
|}


[General Options]
=== Plugins ===
 
PlayFirstRunJingle=false
 
 
[KFileDialog Settings]
 
Height 1200=450
 
Width 1920=720
 
 
[LikeBack]
 
userWantToShowBar=false
 
 
[Loaded Playlist Files]
 
 
[MainWindow]
 
Height 1200=1201
 
Height 768=382
 
ToolBarsMovable=Disabled
 
Width 1366=910
 
Width 1920=1921
 
 
[Notification Messages]
 
LikeBack_starting_information=false
 
 
[Playback]
 
Master Volume=100
 
 
[Playlist Search]
 
MatchAlbum=true
 
MatchArtist=true
 
MatchTrack=true
 
ShowOnlyMatches=false
 
 
[Plugins]
 
Amarok Script ConsoleEnabled=false


{| border="1" cellpadding="10" cellspacing="10"
!Item
!Default
!Alternative
|-
| Amarok Script ConsoleEnabled || =false ||
|-
Cool StreamsEnabled=true
Cool StreamsEnabled=true


Line 148: Line 221:


amarok_service_opmldirectoryEnabled=true
amarok_service_opmldirectoryEnabled=true
|}


 
=== Podcast View ===
[Podcast View]


Merged View=false
Merged View=false


 
=== Podcasts ===
[Podcasts]


AutoUpdate Interval=30
AutoUpdate Interval=30
Line 163: Line 235:
Maximum Simultaneous Updates=4
Maximum Simultaneous Updates=4


 
=== Saved Playlists View ===
[Saved Playlists View]


Merged View=false
Merged View=false


 
=== ScriptManager ===
[ScriptManager]


LastUpdateCheck=1361276200
LastUpdateCheck=1361276200


 
=== Service_Ampache ===
[Service_Ampache]


server0=Ampache,<serveraddress>,<user>.<password>
server0=Ampache,<serveraddress>,<user>.<password>


 
=== Service_gpodder ===
[Service_gpodder]


enableProvider=true
enableProvider=true
Line 187: Line 255:
subscriptionTimestamp=0
subscriptionTimestamp=0


 
=== Session ===
[Session]


LastPlaying=3
LastPlaying=3


=== StatSyncing ===


[StatSyncing]
=== TagDialog ===
 
 
[TagDialog]


CurrentTab=1
CurrentTab=1

Latest revision as of 19:23, 21 February 2013

 
Under Construction
This is a new page, currently under construction!


The content below are examples of configurations that can be done inside amarokrc. The individual sections are set between square brackets in alphabetical order.

Collection Browser

Item Default Alternative
TreeCategory =2,1
View Mode =NormalCollections ==UnifiedCollections

Collection Folders

Item Default Alternative
4 =./AudioBooks,./Music,./MusicVideos
Use MusicLocation =false =true

Collection Transcoding Preference

Item Default Alternative
Encoder =INVALID

ConfigDialog

Item Default Alternative
Height 1200=701 (example)
Width 1920=1056

DownloadDialog Settings

Item Default Alternative
Height 1200=400
Width 1920=700

File Browser

Item Default Alternative
Current Directory =file:///home/user

General

Item Default Alternative
Browser Path =root list/collections
First Run =false
HiddenOnExit =false
LayoutFileDeleted =true

General Options

Item Default Alternative
PlayFirstRunJingle =false

KFileDialog Settings

Item Default Alternative
Height 1200=450
Width 1920=720

LikeBack

Item Default Alternative
userWantToShowBar =false

Loaded Playlist Files

MainWindow

Item Default Alternative
Height 1200=1201
Height 768=382
ToolBarsMovable =Disabled
Width 1366=910
Width 1920=1921

Notification Messages

Item Default Alternative
LikeBack_starting_information =false

Playback

Item Default Alternative
Master Volume =100

Playlist Search

Item Default Alternative
MatchAlbum =true
MatchArtist =true
MatchTrack =true
ShowOnlyMatches =false

Plugins

Cool StreamsEnabled=true Free Music ChartsEnabled=true Librivox.orgEnabled=true LyricWikiEnabled=true amarok_collection-audiocdcollectionEnabled=true amarok_collection-daapcollectionEnabled=false amarok_collection-ipodcollectionEnabled=true amarok_collection-mtpcollectionEnabled=true amarok_collection-nepomukcollectionEnabled=true amarok_collection-umscollectionEnabled=true amarok_collection-upnpcollectionEnabled=true amarok_service_amazonstoreEnabled=true amarok_service_ampacheEnabled=true amarok_service_gpodderEnabled=true amarok_service_jamendoEnabled=true amarok_service_lastfmEnabled=true amarok_service_magnatunestoreEnabled=true amarok_service_mp3tunesEnabled=false amarok_service_opmldirectoryEnabled=true
Item Default Alternative
Amarok Script ConsoleEnabled =false

Podcast View

Merged View=false

Podcasts

AutoUpdate Interval=30

Maximum Simultaneous Downloads=4

Maximum Simultaneous Updates=4

Saved Playlists View

Merged View=false

ScriptManager

LastUpdateCheck=1361276200

Service_Ampache

server0=Ampache,<serveraddress>,<user>.<password>

Service_gpodder

enableProvider=true

ignoreWallet=false

subscriptionTimestamp=0

Session

LastPlaying=3

StatSyncing

TagDialog

CurrentTab=1