import React from 'react'; import Link from 'Components/Link/Link'; import PageContent from 'Components/Page/PageContent'; import PageContentBody from 'Components/Page/PageContentBody'; import SettingsToolbarConnector from './SettingsToolbarConnector'; import styles from './Settings.css'; function Settings() { return ( Media Management
Naming, file management settings and root folders
Profiles
Quality, Language, Delay and Release profiles
Quality
Quality sizes and naming
Custom Formats
Custom Formats and Settings
Indexers
Indexers and indexer options
Download Clients
Download clients, download handling and remote path mappings
Import Lists
Import from another Sonarr instance or Trakt lists and manage list exclusions
Connect
Notifications, connections to media servers/players and custom scripts
Metadata
Create metadata files when episodes are imported or series are refreshed
Metadata Source
Information on where Sonarr gets Series and Episode information
Tags
See all tags and how they are used. Unused tags can be removed
General
Port, SSL, username/password, proxy, analytics and updates
UI
Calendar, date and color impaired options
); } Settings.propTypes = { }; export default Settings;