MovianM7 — это программное обеспечение, способное воспроизводить аудиофайлы и большинство видеоформатов, включая те, которые изначально не поддерживаются консолью PlayStation 3, например mkv и mpg.
Основные изменения включают улучшенное аппаратное декодирование видео, улучшенное управление памятью Bluetooth, добавление опции режима поиска в настройках/видео (точный/быстрый), исправление, позволяющее избежать поиска за пределами продолжительности видео, и обновление DRM7 до версии 7.7.32.
M7 — легкий медиацентр, ранее известный как Movian MOD.
Основные функции и управление:
- Воспроизведение видео и аудио - Поддерживает все видео форматы поддерживаемые FFmpeg - Воспроизведение DVD с DVD диска или ISO файла - javascript плагины - Единый поиск - Просмотр фотографий и рисунков в режиме слайд-шоу - Live TV стрим с Tvheadend - Интеграция Spotify
[Х] - Выбрать текущую позицию [О]- Назад (Выход) [/\] - Показать опции / меню управления воспроизведением [[]] - Скринсейвер [>] - Играть/Пауза [-] - Домашнее меню [Cтрелки] - Навигация [L3] – Получить информацию о файле [R3] – Получить лог-консоль
Чтобы использовать плагин в Showtime, просто перейдите на значок plugins (находится в верхней панели навигации) на главном экране Showtime, а оттуда вы можете просмотреть список всех этих плагинов, а также установить их.
Channel9 - Видео о продуктах от Microsoft. Dropbox - Обмен файлами в Интернете. GameTrailers - Видео для геймеров. HD-Trailers - HD Трейлеры к фильмам. Headweb - Шведский интернет-магазин видео. MegaViewer Navi-X OMG Manga - Манга. Revision3 - ТВ. SVT Play - Sveriges Television онлайн-видео. TED Talks - Здесь вы найдете лучшие выступления с конференций TED. TV4 Play - Шведское онлайн-видео. TwitchTV - Просмотр трансляции игр и трансляция игр в HD. TMDb Trailers - Трейлеры к фильмам. Viasat stream - Стрим. WEBmedia - Интернет читалка.( RSS каналы, Imagecast, Podcast, Videocast, Live TV/Radio (RTMP), Web ресурсы and Web папки) WatchTV - Онлайн стриминг. Youtube - Видеопортал Youtube.
Fix build problems with clang Keep broken toolchain builds Another toolchain fix Fix unused variable ps3: New toolchain Fix torrent URI scheme torrent: Don't use redirects for torrent:movie: ps3: Add support for fs_fsinfo() torrent: Minor cleanup media: Cancel on EVENT_EXIT Don't handle ACTION_STOP in demuxer threads Add a task helper Move subtitle and audio track switching out from demux thread (This makes track switching almost instand if demux thread is blocked for long times) async: Log callbacks that takes a long time torrent: Handle corrupt data by retrying requests to different peers torrent: Add bencode_serialize() bittorrent: Add support for disk cache torrent: Fix infinite loop problem During shutdown, if shutdown failed after 5 seconds, force exit Restructure networking code to be less #ifdef:y bittorrent: Fix so it build on latest master bittorrent: Make it possible to shutdown a torrent and cleanup all resources (in RAM) asyncio: Fix various bugs Improve bittorrent client (Split peer code to peer.c / Improve handling towards trackers) Send have to peers even if they have it bytestream: Fix incorrect return values torrent: Send data bittorrent: More work fa: Add some IO stats during probing fa: Add deadline fops asyncio: Fix mem leak Fix memory leak in fa_cmp, something only used for debugging purpose media: Improve buffer stats Add average rate helper torrent: wip asyncio: Fix NOSIGPIPE on osx + various timeout related stuff htsmsg: Make it possible to read string as binary bittorrent: wip
Run up to four metadata queries in parallel: Previously we serialized all lookups. This makes the lookup 4x faster and lot less likely to "choke" on a broken request Add some asserts in glw_image to track texture leakage Upgrade duktape to v0.11.0-23-g4411a39 Get rid of an astray htsmsg_print() Fix double tcp_close() in OpenSSL wrapper OS X is more strict about what gets passed to connect() Fix build error on mac
Fix buffer delay miscalculations for real net: Improve TCP and HTTP debug ecmascript: Make page.loading work Fix use after free (buf_t) in subtitles Fix broken buffer delay estimation when pts is unset rtmp: Set correct duration media: Don't clear audio stream unless it's set to off … rtmp: Set correct mp_framerate media: Fix a debug helper sqlite: Don't log SQLITE_SCHEMA errors as sqlite retries automatically
Add SOCKS5 proxy support: Currently only available as commandline option --proxy host:port connman: If user wants to connect to a service, disconnect it first to avoid unresponsiveness Fix broken if/else ladder connman: Get rid of excessive g_variant_unref() ps3: Reduce time we show 'Forcing level 4.2 for content... linux: Fix broken keyboard input on newer (2013+) Linux dists
ziptail.c: Use HTS_MUTEX_DECL to initialize a mutex compiler.h: Make sure we're included at most once Replace off_t with int64_t Remove unnecessary include of unistd.h Remove ranges from switch/case statements Various MSVC fixes Remove unused htsbuf_dump_raw_stderr() queue.h: Don't use typeof() in queue.h win32: Wrap snprintf() and make __builtin_constant_p a dummy win32: Fix atomic_dec Use ##__VA_ARGS__ for variadic macros isolang: Remove unused include Portable designated initializer prop: Use portable variadic macros event: Don't have zero sized array in event_t: MSVC can't handle embedding event_t in other structs when it ends with a zero sized array Convert 'inline' to '__inline' win32: Build fixes win32: Fix atomics Rework atomic implementation: Use atomic_t instead of a naked int Move GCC specific things into #ifdef:ery win32: Some initial fixes to make a few files compile
bittorrent: Add directoy scanning to bittorrent Add hex2binl - specify max chars to scan fa_scanner: Assume .wav files are CONTENT_AUDIO vda: Fix fallout from queue.h refactoring prop: Fix fallout from atomic refactoring when PROP_DEBUG is defined posix/threads: Fix missing include of sys/time.h Fix atomic ops on Apple based systems js: Don't take address of variable that goes out of scope
* https: Break apart http_req() monster in preparation for async http client * bittorrent: Fix problem with tracker announcements when multiple torrents where active * bittorrent: Fix some reference leaks that caused torrents not to be flushed out when browsing them * ps3: Display available harddrive size in sysinfo overlay * fs: Fix broken call to fap_fsinfo() * blobcache: Use fa_fsinfo() to get avail space on system This deprecates arch_cache_avail_bytes() which was broken on ps3 * A slight workaround to fix problems with throbber when searching: The root cause is the 'origin' link in pages that gets incorrectly relinked when a page is closed. Not 100% how to fix this but this workaround seems to do it for now * prop: Fix bug when unlinking (we cant just throw away all link tracks * prop: Add various debug helpers and some unit tests * Fix uninitialized var when compiling with -Og * prop: Fix problem in search_for_linkagel This sometimes made prop_unlink() fail to detect when it needed to restore subscriptions
* tracker: Better error handling in HTTP tracker code * htsbuf: Don't take address of variable that does out-of-scope * bittorrent: Drop debug from HTTP tracker requests * bittorrent: More stats on stats page * bittorrent: Clean up torrent refcounting a bit * linux: Add a stackdump() helper * bittorrent: Add support for HTTP trackers * asyncio: Add HTTP client * httpclient: Add HTTP_TAG_ARGINT64() and HTTP_TAG_ARGBIN() * bittorrent: Don't crash on 0 size bencoded data * task: Fix missing dequeue of task * httpclient: Add async mode * task: Fix callback signature (now returns void) * bittorrent: Split out UDP specific parts of tracker to a file of its own
* ps3: Filter out Access-Unit-Delimiters in h264 stream when playing HTSP. Tvheadend places those incorrectly and this causes the ps3 h264 cell decoder to barf * ps3: Fix interlaced h264 playback * Fix broken annexb parser in h264_parser * hls: If all streams gets tagged as audio_only, wipe out that flag * hls: Fix crash introduced by last commit * hls: Handle streams where sequence counter is unsynchronized between variants * Submodule ext/libav 69f5191..dac5d34: AAC: Handle sample rate changes mid-stream * httpcontrol: Check that remain != NULL in hc_open_parameterize() * httpcontrol: Check that remain != NULL in hc_open_parameterize() * Add plugin/open url that form json from request arguments and pass it into plugin * drop accidentally committed enable of debug
* htsp: Don't clear channelNumber if absend from message * htsp: Also sort tag listing based on channelNumber * htsp: Delete trailing whitespaces * htsp: Sort channels in datamodel based on channelNumber