| def hardwareprofile::smolt::to_ascii | ( | o, | ||
current_encoding = 'utf-8' | ||||
| ) |
| def hardwareprofile::smolt::reset_resolver | ( | ) |
| def hardwareprofile::smolt::create_profile_nocatch | ( | gate, | ||
| uuid | ||||
| ) |
| def hardwareprofile::smolt::create_profile | ( | gate, | ||
| uuid | ||||
| ) |
| def hardwareprofile::smolt::get_profile_link | ( | smoonURL, | ||
| pub_uuid | ||||
| ) |
| def hardwareprofile::smolt::read_pub_uuid | ( | uuiddb, | ||
| uuid, | ||||
user_agent = user_agent, |
||||
smoonURL = smoonURL, |
||||
timeout = timeout, |
||||
silent = False | ||||
| ) |
| string hardwareprofile::smolt::WITHHELD_MAGIC_STRING = 'WITHHELD' |
| tuple hardwareprofile::smolt::fs_types = get_config_attr("FS_TYPES", ["ext2", "ext3", "xfs", "reiserfs"]) |
| tuple hardwareprofile::smolt::fs_mounts = dict.fromkeys(get_config_attr("FS_MOUNTS", ["/", "/home", "/etc", "/var", "/boot"]), True) |
| tuple hardwareprofile::smolt::fs_m_filter = get_config_attr("FS_M_FILTER", False) |
| tuple hardwareprofile::smolt::fs_t_filter = get_config_attr("FS_T_FILTER", False) |
| tuple hardwareprofile::smolt::smoonURL = get_config_attr("SMOON_URL", "http://smolts.org/") |
| tuple hardwareprofile::smolt::secure = get_config_attr("SECURE", 0) |
| tuple hardwareprofile::smolt::hw_uuid_file = get_config_attr("HW_UUID", "/etc/smolt/hw-uuid") |
| tuple hardwareprofile::smolt::admin_token_file = get_config_attr("ADMIN_TOKEN", '' ) |
| string hardwareprofile::smolt::clientVersion = '1.3.2' |
| list hardwareprofile::smolt::supported_protocols = ['0.97',] |
| string hardwareprofile::smolt::user_agent = 'smolt/%s' |
| float hardwareprofile::smolt::timeout = 120.0 |
Definition at line 90 of file smolt.py.
Referenced by _set_nv_timer(), TV::ActiveHandleAction(), AppleRemote::AppleRemote(), BackendConnectionManager::BackendConnectionManager(), CECAdapter::CECAdapter(), channelscan_detect(), channelscan_find_lock(), LCDProcClient::connectToHost(), TrackInfoPopup::Create(), PlaybackBox::Create(), MythMusicVolumeDialog::Create(), LogViewer::Create(), TV::customEvent(), BackendConnectionManager::customEvent(), RemoteEncoder::GetSignalLockTimeout(), GLSingleView::GLSingleView(), GuideGrid::GuideGrid(), hdhomerun_device_wait_for_lock(), hdhomerun_discover_find_devices(), hdhomerun_sock_wait_for_read_event(), hdhomerun_sock_wait_for_write_event(), IdleScreen::IdleScreen(), MythRemoteLineEdit::Init(), GuideGrid::Init(), JumpToChannel::JumpToChannel(), LCD::LCD(), LCDProcClient::LCDProcClient(), MainServer::MainServer(), MiniPlayer::MiniPlayer(), MythMainWindow::MythMainWindow(), MythNews::MythNews(), MythUIButton::MythUIButton(), MythUIFileBrowser::MythUIFileBrowser(), NewKernelDeintFilter(), MythPlayer::OpenFile(), OutboundRequestHandler::OutboundRequestHandler(), UPNPScanner::ParseDescription(), RingBuffer::PauseAndWait(), TV::PauseLiveTV(), DecoderIOFactoryShoutCast::periodicallyCheckResponse(), DeviceReadBuffer::Poll(), MythUDPListener::Process(), BiopTap::Process(), RSSManager::RSSManager(), TVRec::run(), ScreenSaverX11Private::ScreenSaverX11Private(), UPNPSubscription::SendSubscribeRequest(), setupStreamSocket(), DecoderIOFactoryShoutCast::shoutcastChangedState(), SingleView::SingleView(), UPNPScanner::Start(), sub_read_line_subrip(), ThemeUpdateChecker::ThemeUpdateChecker(), UPNPScanner::timerEvent(), UIKeyType::UIKeyType(), TV::UpdateOSDTimeoutMessage(), Weather::Weather(), WeatherSource::WeatherSource(), WelcomeDialog::WelcomeDialog(), MSocketDevice::writeData(), YadifDeintFilter(), ZMClient::ZMClient(), ZMConsole::ZMConsole(), and ZMLivePlayer::ZMLivePlayer().
Definition at line 91 of file smolt.py.
Referenced by setHttpProxy().
| hardwareprofile::smolt::DEBUG = False |
Definition at line 92 of file smolt.py.
Referenced by get_ac3_info(), get_audio_info(), get_video_ext_info(), get_video_info(), ring_peek(), ring_poke(), ring_read(), ring_read_file(), ring_show(), ring_skip(), ring_write(), and ring_write_file().
[ "Unknown", "Other", "Unknown", "Desktop", "Low Profile Desktop", "Pizza Box", "Mini Tower", "Tower", "Portable", "Laptop", "Notebook", "Hand Held", "Docking Station", "All In One", "Sub Notebook", "Space-saving", "Lunch Box", "Main Server Chassis", "Expansion Chassis", "Sub Chassis", "Bus Expansion Chassis", "Peripheral Chassis", "RAID Chassis", "Rack Mount Chassis", "Sealed-case PC", "Multi-system", "CompactPCI", "AdvancedTCA" ]
1.6.3