[ Новые сообщения · Участники · Правила форума · Поиск · Подписки ]
Модератор форума: archicharmer  
PSX-Core.ru - Программное сообщество PlayStation » Общий форум по PlayStation 3 » Прошивки и приложения для PlayStation 3 » Movian M7 [7.0.31] (медиаплеер для PS3)
Movian M7 [7.0.31]
pvc1 Дата: Пн, 24 Дек 2012, 12:00 | Сообщение #1
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
Movian M7


обновление от 27.02.2024




Сайт разработчика- https://apps.movian.eu/



Скачать:

Последняя стабильная версия:

* movianM7-7.0.31

Старые 5.0.x версии - https://movian.eu/5.0

Дополнительно:

* Movian Remote - приложение для управления Showtime со своего смартфона/планшета под ОС Android.
* Movian Android - порт медиаплеера под ОС Android.
Прикрепления: 8460880.jpg (68.3 Kb)





 
pvc1 Дата: Ср, 05 Ноя 2014, 12:32 | Сообщение #141
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
нельзя




 

pvc1 Дата: Ср, 05 Ноя 2014, 12:34 | Сообщение #142
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.434
Цитата
* ecmascript: Get rid of a dangling duk_dump_context_stdout()
* ecmascript: Protect against multiple resourceDestroy()
* ecmascript: Add support for page.redirect()
* ecmascript: Rename createMultiopt -> createMultiOpt
* ecmascript/api-v1: Fix typo
* ecmascript/settings: Add support for multiopt
* ecmascript/api-v1: Fix typo
* ecmascript: Add settings.createInfo to APIv1
* ecmascript: Add showtime.probe
* ecmascript: Add basic hash functionality …
* ecmascript: Add bin2hex and hex2bin conversion functions
* ecmascript: Improve automatic charset detection when decoding byte -> string
* ecmascript: Add page.error()
* ecmascript: Add showtime.textDialog()
* Add 'latin-1' as alias to ISO-8859-1
* ecmascript: Add plugin.createStore to V1 api
* Remove stray debug
* ecmascript/https: Add missing support for HTTP headers
* ecmascript/http.js: Make sure toString() always makes a string
* ecmascript: Add message popup
* ecmascript: Remove debug from getAuthCredentials
* ecmascript: Add getAuthCredentials()
* Add example plugin for settings
* ecmascript: Add support for settings in legacy wrapper
* settings.js: Add missing 'unit' config variable
* Update libntfs to fix crash when opendir() on non-existing directory
* Fix a typo making /showtime/open URL not work
* prop: Add new value type 'PROP' which is just a reference to another prop
Much more lightweight than prop_link since this cannot be followed nor
subscribed to indirectly

Also use this for the "openedFrom" navigator page property to avoid
serious link/unlink problems causing some properties to lose their
subscription binding

* Merge pull request #173 from copernic-us/patch-3: Polish updated
* prop.js: Need to explicitly check that object isn't null
* ecmascript: Add 'page.appendPassiveItem()' method
* duktape: Upgrade to v1.0.0-23-g982eed5: Polish updated

* ecmascript: Add RichText support
* prop: print PROP_STR_RICH with single quotes in prop_print()
* ecmascript: Add support for plugin.getDescriptor()
* ecmascript: Add some missing helpers: entityDecode, queryStringSplit, pathEscape, paramEscape
* Fix list focusing when scrolling …
* glw: Fix typo in GLW_SET_NOT_RESPONDING define





 
pvc1 Дата: Пт, 07 Ноя 2014, 09:05 | Сообщение #143
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.446
Цитата
* ecmascript: Add showtime.deviceId
* osx: Generate device id
* ecmascript: Add page.flush()
* ecmascript: Add showtime.durationToString()
* ecmscript: Add showtime.notify()
* ecmascript: Fix bug in Showtime.pathEscape(): Bug resulted in an extra \x00 byte being appended to the result
* ecmascript: Try to convert duktape number to integer if possible
* Fix problem with loading subtitles from same directory as video content.
If loading was too fast the video initialization code managed to cancel the load attempt, resulting in no subtitle loaded at all.
* textparser: Handle tags with leading spaces
* prop: If clear hps_dispatch if in PROP_DEBUG mode
Otherwise the scanner for stale subscriptions will misdetect destroyed ones for being alive
* glw: Add missing prop_unsubscribe()
* ecmascript: Add item.addOptURL() and item.addOptAction()
* ecmascript: Add showtime.print() and console.log()
* navigator: Backout a change that was added during testing





 

pvc1 Дата: Ср, 12 Ноя 2014, 11:03 | Сообщение #144
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.477
Цитата
* Update Danish translation
* plugins: Add a dev-settings that forces all plugins to be loaded as ecmascript
* Metadata: Add METADATA/TMDB debug behind a debug option in settings:dev. Also add more verbose logging when option is turned on
* Add missing include
* ecmascript: Add Showtime.parseTime
* Better supression when logging non-fatal sqlite errors
* Improve debug log surrounding TMDB queries
* ecmascript: When assigning one (value-)property to another make it be have as expected (copy value)
* ecmascript: Get rid of hex2bin and bin2hex. Duktape can already do this
* ecmascript: Add dump() to settings groups
* ecmascript: Fix some problems with cacheGet() cachePut()
* ecmascript: Add item.addOptSeparator()
* ecmascript: Add cachePut() and cacheGet()
* ecmascript: Add some documentation to es_context_release()
* ecmascript: Fix deadlock
* glw: Handle TOKEN_INT in deliverEvent()
* ecmascript: Pass correct argument to item.onEvent callback
* event: Add function to print human readable form of an event. Good for debug
* ecmascript: Unload all plugins on exit
* ecmascript: Make sure 'stores' are saved on plugin unload
* Expand INITME() helpers to also to finishing when shutting down
* ecmascript/prop: Don't treat 'destroyed' as a value in value subscriptions
* ecmascript/page: Fix broken use of this. in some callbacks
* prop: Make PROP_SUB_IGNORE_VOID work for all cases
* prop: Fix typo causing PROP_SET_PROP not to work
* ecamscript: Fix typo in setting.createAction()
* ecmascript: Make sure store.create() can mkdir the full path leading to the file
* ecamscript: Add support for per-page options
* ecmascript: Set 'apiversion' in plugin object
* ecmascript/prop: Add 'noInitialUpdate' as subscribe option
* kvstore: Fix some cosmetics and missing debug





 

pvc1 Дата: Пн, 17 Ноя 2014, 09:47 | Сообщение #145
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.494
Цитата
* ecmascript/settings/multiopt: Make sure option id is a string
* asyncio_posix.c: Fix race on asyncio_thread_id global variable
* ecmascript: Fix problems with incorrect reference counting
* usage: Plug a tiny mem leak (on exit)
* glw/vdpau: Fix problem when we switch from non-vdpau to vdpau video rendering
* glw/video: Clear glw_video_surface_t after use
* glw: Fix a memory leak
* ecmascript: Implicit toString() in hashUpdate
* Merge pull request #174 from copernic-us/patch-2: Update pl_PL.lang
* ecmascript/api-v1: Map plugin.addHTTPAuth to Showtime.httpInspectorCreate
* Some fixed in common code for NaCl
* net_posix.c: Fix strict aliasing issues
* posix.c: Remove some unused crap
* metadata: Don't use a common .NFO file for multiple videos in same folder
Also reduce number of calls to the metadata providers by coalescing metadata lookups better
* Improve log/trace formating a bit
* sqlite: Fix broken log supression filter

Также бонус для multiMAN

* Showtime 04.07.494 [CEX].pkg (7.18MB)
* Showtime 04.07.494 [DEX].pkg (7.24MB)





 
pvc1 Дата: Вт, 25 Ноя 2014, 15:29 | Сообщение #146
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.515
Цитата
Update Swedish translation
Update lang files
hls: Improve handling of missing segments
video playback: Fix race condition causing embedded subtitles not be aut...
Make it possible to turn on/off browsing of archives (rar and zip) as fo...
fascanner: Improve a debug message
Clearing metadata does no longer erase resume points, playcount, etc so ...
video: Make it possible to configure time for seek back/fwd
hls: Fix a possible crash when exiting early during stream startup
hls: Rewrite HLS demuxer to better deal with live streams
Fix another HTTP cookie issue
httpclient: Fix broken cookie reject
media: Make it possbile for demuxers to get events as callbacks
fa_aes: Plug memleak
event_sprint: Handle NULL event
glw/video: Move a misplaced memset() causing texture leaks
ecmascript: Add XML parser
ecamscript/page: Make sure page.error() converts message to a string
ecmascript/prop: Don't print subscribers in propPrint()
ecmascript/page: Fix broken Item.prototype.{enable,disable}
Turn on wrapping in seek-by-time





 
pvc1 Дата: Пт, 28 Ноя 2014, 11:57 | Сообщение #147
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.527
Цитата
Merge branch 'showtime_sys_ip' of https://github.com/Cy-4AH/showtime int...
hls: Remove short circuit of hard-wired 404 retry counter
ecmascript/page: Make sure 'loading' prop is always decreased (also on e...
ecmascript: Add Showtime.sleep() util method
ecmascript: Set 'loading' property during searches
plugin: Improve error message when failing to load a plugin
Add support for 'data:' URI scheme
ecmascript/api-v1: Expose config object in plugin object
ecmascript/api-v1: Don't expose XML in the showtime object
ecmascript: add missing showtime.systemIpAddress
Update ru_RU.lang





 

pvc1 Дата: Вт, 09 Дек 2014, 09:15 | Сообщение #148
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.529
Цитата
* hls: Make resume work again
* glw: Make sinewave() function always refresh layout





 

pvc1 Дата: Пн, 22 Дек 2014, 11:23 | Сообщение #149
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.546
Цитата
* Upgrade duktape to v1.0.0-287-g7b32caa
* Upgrade duktape to v1.0.0-278-g316419d
* metadata Don't crash if folder name is not given …
* osk: Include '@' in unshifted layout
* ecmascript: Make multiopt setting always select first item if nothing else is given
* ecmascript/setting: Make it possible to assign current value of a setting
* ecmascript/settings: Give raw access to properties of created setting
* ecmascript: Add some missing support functions:
- Showtime.selectView()
- Showtime.fs.copyfile()
- Showtime.fs.basename()
* ecmascript/prop: Add support for creating and sending 'openurl' prop events
* ecmascript: Add support for receiving 'propref' events on prop subscriptions
* ecmascript: Add support for item hooks
* ecmascript/settings: Better handling of bool type
* ecmascript: Hack to make sure all settings are destroyed when plugin is unloaded
* glw: Fix bad focus when wrapping in lists …
* glw: Fix navFocusable attribute so it works as it should
* glw: Remove pointless assignments 'navFocusable: true;'
* hls: Better handling of missing segments (avoid crashing)
* hls: Add some debug output of streams from .ts files
* ecmascript/settings: Fix broken setup of multiopt settings
* audio: Add dummy driver





 

pvc1 Дата: Пн, 29 Дек 2014, 12:02 | Сообщение #150
Высшая материя
Сообщений: 10674
Награды: 2  +
Замечания:  ±
4.7.584
Цитата
* ecmascript/page.js: make page.getItems() return a copy of the items array
* ecmascript: Make es_get_native_obj_nothrow() more robust
* ecmascript/page: Fix more for item move support
* ecmascript: Add support for page.reorderer() callback
* ecmascript: Add Showtime.propIsSame() method
* ecmascript/page: Add Item.destroy() method
* ecmascript: Add Showtime.propDestroy()
* ecmascript/page: Add toString method for page.Item object
* torrent: Add support for torrentfile:// browsing in torrent's root
* bittorrent/browse: Set page.model.metadata.title to torrent's name …
* bittorrent: Active spinner when browsing torrents (during .torrent fetch)
* asyncio: Make it possible to cancel DNS requests: Also do this from bittorrent UDP tracker code to avoid use-after-free crash
* linux: Remove CDDA / CDDB support …
* plugins: Better error message when failing to load development plugin
* ecmascript/https: Add convertFromEncoding() to response object …
* ecmascript/https: If a request fails, make sure to clear out result …
* hls: Fix hang when streaming reached EOF but playback buffer wasn't empty yet
* navigator: if directClose is set after we've left a page, make sure it close anyway
* navigator: Remove pointless unlink()
* glw: Add (currently disabled) code to do proper unlink when using links for assignment: This is currently not needed but might be so in the future, so keep the code around:
* prop: Improve the 'Refusing to clean prop ...' error message
* glw/eval: Rename (a,b) to (left, right) in glwf_assign to clarify what's going on
* ecmascript: Handle plugin unload during URI route lookup
* Fix release build
* navigator: Don't create a link for $page.origin -> model since it doesn't work
This is a bit of a workaround for a yet to be fixed problem with property unlinking
* prop: Better debug for tracked subscription
* prop/https: Print subscribers when showing info about a property
* prop: Move /subtrack HTTP API to prop_http.c
* glw: If PROP_DEBUG is defined, make trace() print pointer to subscription





 
PSX-Core.ru - Программное сообщество PlayStation » Общий форум по PlayStation 3 » Прошивки и приложения для PlayStation 3 » Movian M7 [7.0.31] (медиаплеер для PS3)
Поиск:

Новости сайта
24 Апр 2024

20 Апр 2024

11 Апр 2024

03 Апр 2024

02 Апр 2024

21 Мар 2024

16 Мар 2024

13 Мар 2024

13 Мар 2024

29 Фев 2024

28 Фев 2024

27 Фев 2024

04 Фев 2024

27 Янв 2024

25 Янв 2024

08 Янв 2024

15 Дек 2023

06 Дек 2023

06 Дек 2023

06 Дек 2023

08 Ноя 2023

26 Окт 2023

22 Сен 2023

19 Сен 2023

13 Сен 2023

13 Сен 2023

10 Сен 2023

10 Сен 2023

08 Сен 2023

10 Авг 2023

10 Авг 2023

07 Июн 2023

04 Июн 2023

15 Май 2023

25 Апр 2023

19 Апр 2023

01 Апр 2023

20 Мар 2023

14 Мар 2023

14 Мар 2023

11 Мар 2023

08 Мар 2023

08 Мар 2023

08 Мар 2023

08 Мар 2023

06 Мар 2023

06 Мар 2023

04 Мар 2023

28 Фев 2023

01 Фев 2023

Новое на форуме
Приложения для PlayStation 2
[denben0487 в 14:00|24 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 07:47|24 Апр 2024] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 07:38|24 Апр 2024] 
 
Общая дискуссия по PlayStation 2
[karenjan99 в 20:21|22 Апр 2024] 
 
Общая дискуссия по PlayStation 2
[x077948 в 19:08|22 Апр 2024] 
 
Приложения для PlayStation 4
[pvc1 в 10:25|22 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 21:20|20 Апр 2024] 
 
ПК софт для PlayStation 5
[pvc1 в 20:56|20 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 13:02|20 Апр 2024] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 12:51|20 Апр 2024] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 09:24|19 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 20:33|16 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 10:48|14 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 10:34|14 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 09:37|13 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 23:05|10 Апр 2024] 
 
Общая дискуссия по PlayStation 1
[pvc1 в 13:19|10 Апр 2024] 
 
Приложения для PlayStation 5
[pvc1 в 07:28|06 Апр 2024] 
 
Об играх PlayStation 2
[РУС в 23:06|04 Апр 2024] 
 
Общая дискуссия по PS Portal
[pvc1 в 06:57|03 Апр 2024] 
 
Общая дискуссия по PS Portal
[pvc1 в 06:45|03 Апр 2024] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 06:31|02 Апр 2024] 
 
Эмуляторы для PlayStation Vita
[pvc1 в 06:27|02 Апр 2024] 
 
Эмуляторы для PlayStation 3
[pvc1 в 06:26|02 Апр 2024] 
 
Общая дискуссия по PlayStation 5
[pvc1 в 20:26|27 Мар 2024] 
 
Мобильные приложения
[pvc1 в 08:15|26 Мар 2024] 
 
Эмуляторы для PlayStation Vita
[pvc1 в 19:05|21 Мар 2024] 
 
ПК программы для PlayStation 3
[pvc1 в 19:31|20 Мар 2024] 
 
Прошивки и приложения для PlayStation 3
[karenjan99 в 17:03|20 Мар 2024] 
 
Об играх PlayStation 2
[Adanjanuzai в 11:52|18 Мар 2024] 
 
Общая дискуссия по PlayStation 3
[pvc1 в 20:15|17 Мар 2024] 
 
Пишем, что хотим и о чем хотим...
[tupik2 в 16:53|14 Мар 2024] 
 
ПК программы для PlayStation 2
[pvc1 в 14:42|14 Мар 2024] 
 
Прошивки для PlayStation 4
[pvc1 в 19:38|13 Мар 2024] 
 
Общая дискуссия по PlayStation 5
[pvc1 в 16:15|13 Мар 2024] 
 
Железные вопросы PlayStation 2
[denben0487 в 23:33|08 Мар 2024] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 19:26|08 Мар 2024] 
 
Железные вопросы PlayStation 2
[Igor21 в 07:55|07 Мар 2024] 
 
Железные вопросы PlayStation 2
[Igor21 в 07:55|07 Мар 2024] 
 
Железные вопросы PlayStation 2
[Igor21 в 07:53|07 Мар 2024] 
 
ПК программы для PlayStation 3
[pvc1 в 13:24|06 Мар 2024] 
 
ПК программы для PlayStation 3
[pvc1 в 21:22|05 Мар 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 21:22|04 Мар 2024] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 21:11|04 Мар 2024] 
 
Приложения для PlayStation 2
[vitas155 в 16:02|03 Мар 2024] 
 
Приложения для PlayStation 2
[vitas155 в 14:06|03 Мар 2024] 
 
Об играх PlayStation 3
[karenjan99 в 17:10|29 Фев 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 08:10|28 Фев 2024] 
 
Железные вопросы PlayStation 2
[denben0487 в 01:09|28 Фев 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 16:59|27 Фев 2024] 
 
Топ 50 файлов
137078-загрузок

76260-загрузок

71173-загрузок

62421-загрузок

54764-загрузок

48726-загрузок

42328-загрузок

36515-загрузок

35822-загрузок

28045-загрузок

24272-загрузок

23676-загрузок

22051-загрузок

21053-загрузок

19909-загрузок

19837-загрузок

18260-загрузок

17768-загрузок

16690-загрузок

16309-загрузок

15345-загрузок

14307-загрузок

14251-загрузок

14129-загрузок

13853-загрузок

13560-загрузок

13528-загрузок

12848-загрузок

12838-загрузок

12779-загрузок

12580-загрузок

11753-загрузок

11661-загрузок

11200-загрузок

11159-загрузок

11071-загрузок

10634-загрузок

10401-загрузок

10054-загрузок

9743-загрузок

9675-загрузок

9242-загрузок

9219-загрузок

9191-загрузок

9145-загрузок

9038-загрузок

8898-загрузок

8854-загрузок

8665-загрузок

8531-загрузок

Топ 100 пользователей
  • pvc1 - 10674
  • dw_tn - 4823
  • karenjan99 - 2476
  • NVS - 2057
  • vitas155 - 1737
  • Retro¥GAMER - 1736
  • Dead - 1713
  • DaeMan - 1620
  • archicharmer - 1586
  • Kastl - 1521
  • denben0487 - 1447
  • DruchaPucha - 1307
  • dimm - 1102
  • kolan - 924
  • Izotov - 889
  • mishail12 - 699
  • sdaf13 - 689
  • WOLF - 559
  • ShellShocked - 504
  • tupik - 496
  • The_REAL - 467
  • vladvlad162 - 459
  • xbox-ua - 445
  • wallace - 429
  • Mr2 - 404
  • aklakan - 394
  • LinuxFun - 381
  • Игорь - 378
  • zoyt - 357
  • reptail - 354
  • almaz - 344
  • NeahNEET - 343
  • tic0007 - 341
  • Dyons - 335
  • Mordoc - 320
  • pvo51 - 312
  • FreddyFreed - 293
  • Rion - 289
  • xxxx - 279
  • BoSonOfPirate - 275
  • doom-ex - 249
  • DecK - 246
  • ZimZum - 227
  • LyNX - 209
  • DarkDrem - 207
  • KOSMOS - 190
  • 1oleg1 - 186
  • AKuHAK - 181
  • alexsx06 - 180
  • YAGAMI55 - 171
  • Kozinenko - 170
  • warezhunter_ - 161
  • DarkTima - 160
  • vincent - 160
  • Conker - 159
  • Random - 155
  • ROBOCOP - 155
  • duk - 154
  • in1975 - 151
  • Dr_Quake - 144
  • fox1918 - 141
  • Rikki-tikki-tavi - 138
  • tleon - 136
  • MAK_roS - 136
  • adamdead - 132
  • Buddda - 131
  • Ensight - 131
  • Virtua - 129
  • Fury - 128
  • Gizmondo88 - 126
  • PS3Evil - 125
  • M@ri0 - 121
  • CutToSleep - 121
  • turuta7 - 112
  • MaNeR - 106
  • gladeshawn - 105
  • tim_cat - 103
  • shurup - 103
  • ixx - 102
  • matich - 100
  • elvo - 100
  • Bethoven1945 - 97
  • aumihta24 - 97
  • belforrrr - 96
  • nikkomp - 94
  • serjlab - 94
  • bishop - 93
  • Prosmart - 93
  • hebroid - 92
  • Дмитрий_У - 91
  • JEKAN - 91
  • NITROUIH - 91
  • Dart_Mol - 90
  • doomer - 88
  • Henry - 86
  • butt-head - 85
  • RUSKos - 84
  • rodan_lewarx - 83
  • Payol - 83
  • FrodoSumkin - 82