import React from 'react'; import Link from 'Components/Link/Link'; import PageContent from 'Components/Page/PageContent'; import PageContentBodyConnector from 'Components/Page/PageContentBodyConnector'; import SettingsToolbarConnector from './SettingsToolbarConnector'; import styles from './Settings.css'; function Settings() { return ( Media Management
Naming and file management settings
Profiles
Quality, Language and Delay profiles
Quality
Quality sizes and naming
Indexers
Indexers and release restrictions
Download Clients
Download clients, download handling and remote path mappings
Lists
Import Lists, list exclusions
Connect
Notifications, connections to media servers/players and custom scripts
Metadata
Create metadata files when episodes are imported or series are refreshed
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;