[ Новые сообщения · Участники · Правила форума · Поиск · Подписки ]
Модератор форума: 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
Высшая материя
Сообщений: 10664
Награды: 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 Дата: Чт, 12 Фев 2015, 11:37 | Сообщение #161
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.149
Цитата
* text: Need to clamp bounding box to max_width or margin might explode
This causes too big textures to be created
* videoplayer: Clear video title in data model after playback has completed (or failed)
* Improve some debug prinouts in video player
* get rid of a stray debug printout
* Fix problem with restart/resume when selected from item menu
Page redirects caused that particular information to get lost
* torrent: Don't override canonicalUrl
* Add option to ask user before doing video resume …
* smb: Forgot a NULL check
* hls: Add support for MP3 audio tracks
* hls: Add some extra debug help
* media/codec: Don't force codec to use number of CPU cores as concurrency
Instead let it figure it out itself. If we force it to use multithreading
VDPAU will run into problems when switching to/from accelerated mode
* hls: Fix issuse with seeking (mostly visible on Raspberry Pi)
* audio: Remove dead code (dummy_audio_thread)
* Plugin two small memleaks spotted by valgrind
* smb: Query for 0x20 (Fileserver) when trying to resolve names over NetBIOS
* media: Fix some seeking issues
Avoid bumping mp_epoch twice when we seek in queues
Also make sure we call mp_seek_initiate() when seeking in queues
* hls: Improve some debug
* video: Fix broken conditional causing lockups in software decoder on flush
* hls: Add missing flush of media_pipe that could cause lockup with some hw accelerators





 
dw_tn Дата: Пн, 23 Фев 2015, 00:04 | Сообщение #162
Супер мозг
Сообщений: 4823
Награды: 2  +
Замечания:  ±
Похоже у проекта будет новое имя "Movian"
https://www.ps3hax.net/showthread.php?t=82204
https://movian.tv


услуги модератора люкс класса- обратиться.
 
pvc1 Дата: Вт, 24 Фев 2015, 11:29 | Сообщение #163
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.269
Цитата
* Switch to https://movian.tv/... for upgrade checks, etc
* Never show news from the website that was created before the install … …
* nacl: Filter out unicode chars < 32 in uncode input path
* nacl: Add some notes to dbg.txt
* nacl: Add support for broadcast UDP
* nacl: Proper asyncio subsystem startup
* nacl: Fix build on linux
* osx: Add missing function webbrowser_open()
* ps3: New toolchain (again)
* ps3: Update toolchain
* Add support for listing and showing news from website
* linux: Improve web browser popup stuff
* ps3: Add web browser popup support
* Add new content type CONTENT_SHARE
This is used for network shares which are not really directories
and might require auth if stat()ed or probed. So avoid that during
directory scan (and just stat when opening it)
* skin: Fix typo in upgrade page
* time: If year < 100 add 2000 to it
* Rename android class names
* android: Build openssl and shared libav
* android: Build with openssl
* Make the application's name configurable
* Remove 'Showtime' from some user facing strings
* Rename apps -> plugins
* Remove ancient files in support/osx
* Relieve some function names of the showtime_ prefix
* Remove out-dated plugni documentation (it's on the wiki now)
* Drop non-working Wii port
* Rename showtime.h -> main.h
* Rename showtime_get_ts() -> arch_get_ts()
* Update copyright headers
* Fix rebase fallout
* If spidermonkey is not compiled in load all plugins in ecmascript mode
* nacl: Add 'fullscreen' to manifest's permissions
* nacl: Add 'dist' target to makefile
* nacl: Improve error message for DNS resolving
* nacl/asyncio: Fix bug causing crash if we had pending writes on a closing socket
* nacl: Clear audio output buffer to avoid noise during startup
* nacl: Various features …
* android: Add key mappings for media transport
* android/net: Get rid of 'net_get_interfaces not impemented'
* android: Add support for long-press and make DPAD center LP open item menu
* android: Disable video acceleration
* glw: Add support for cutting out holes in OpneGL scene for video rectangles
* android: Build better 'system_type' info string
* android: Create/Destroy GLW when app is backgrounded
* android: Make video decode/display work somewhat
* configure: Fix bad checkin libyuv_setup()
* nacl: Semi-working video acceleration
* nacl/main: Get VideoDecoder interface
* nacl: Add support for conditional rendering and idle when tab is not … …
* nacl/fs: Remove debug message
* glw: Don't render if num_vertices == 0
* nacl: Create a 'dist' target that creates a zip file (for now)
* asyncio/pepper: Remove uncondiotional debug
* nacl/main: Refactor a bit
* nacl/asyncio: Turn off some debug
* nacl: Add fullscreen support
* nacl: Init navigator on helper thread as it does File IO
* nacl: Trap if we do File IO on main thread
* asyncio_pepper: cosmetics
* nacl/audio: Fix avsync
* glw: Fix view loading when no URL is given (and only alturl should be… …
* asyncio: Clarify time domain for async_current_time()
* httpserver: Remove unused include + some cosmetics
* asyncio: Split async HTTP to a file of its own
* htsbuf: Remove an invalid const qualifier
* net/pepper: Plug a resource leak
* net: Fix net_addr <-> human conversion functions
* net/pepper: Expose net_addr conversion functions
* nacl: Grab UDPSOCKET interface
* asyncio: Rework timer code to be less platform specific
* Rework asyncio to hide the details of polling FDs, etc …
* nacl: Add video render support
* glw/video: Remove EVENT_VIDEO_VISIBILITY
* net/polarssl: Fix regression in recv path
* Get rid of astray debug output
* db: Use fileaccess for sqlite VFS layer
* nacl: Add audio support
* net/pepper: Add support for tcp_shutdown()
* net/pepper: Use nacl_errmsg() to present real error for user
* settings: Change a TRACE_ERROR to SETTINGS_TRACE()
* osx: Fix broken glw_fini / window close procedure
* nacl: Acquire lock when loading glw universe
* glw: Add support for asynchronous loading of .view files
* Initial NaCl support
* htsmsg_store: Switch to using fileaccess VFS layer
* blobcache: Switch to using fileaccess VFS layer
* showtime/core: More path related debug during startup
* Avoid file:// in hardcoded paths
* Use fa_makedir() insted of mkdir()
* Don't assume fa_protocol_fs always exist
* fa_ntfs: Change ntfs_makedirs() -> ntfs_makedir()
* fileaccess: Add FAP_EXIST error code
* posix/threads: Remove NaCl specifics
* Make polarssl build on native client
* Only compile fa_fs.c on platforms where it is supported
* duktape: Add native client
* plugin: Use fileaccess for all file IO
* Make log-over-udp support compile-time optional
* jpeg: Add missing #include
* Refactor makedir support in fileaccess
* Cleanup some superflous #include statements
* net: Use tcp_shutdown() in tcp_cancel() for better portability
* glw_open_shaders.c: Don't define projection[] if unused
* Clean up some broken includes if spidermonkey is disabled
* Remove empty file sub_scanner.c
* If HTTPSERVER is not enabled, avoid some http_path_add() calls
* Avoid ntohl() and friends in common code (non portable)
* configure.inc: Use CC nstead of TOOLCHAIN-gcc
* arch: Fix atomic.h and threads.h for nacl
* Remove android/ dir
* glw: Fix handling of Tab & Shift+Tab which has been broken for a while
* Update Danish translation
* prop: Sending event to NULL property should be a no-op instead of crashing
* Change content-type from "text/ascii" to "text/plain" where relevant





 

pvc1 Дата: Пт, 27 Фев 2015, 11:05 | Сообщение #164
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.278
Цитата
* glw: Add support for style inheritence
* glw: Add support for 'align' and 'source' attributes in styles
* glw: Allow non-pure statements in styles
* glw_view_eval.c: Delete trailing whitespaces
* linux: Make the x11 default to 1280x720 in size
* svg: Add support for polygon elements
* svg: Add support for s/S commands
* Fix broken URL+parameter concat in fa_load() if URL contains parameter already
* Request gzip compression for news and upgrade control files
* nacl: Add mouse support
* nacl: Rework loading screen a bit
* glw: Add a new experimental throbber
* Update .lang files
* Remove 'Showtime' from a setting title
* upgrade: Use APPNAMEUSER instead of 'Showtime'





 
pvc1 Дата: Чт, 05 Мар 2015, 10:48 | Сообщение #165
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.299
Цитата
* Map right mouse button to item-menu action
* glw/propName(): Avoid NULL deref
* metadata: Give real name to multiopt items
* Improve caching for image loading
* glw/view: Plug a memory leak
* ecmascript: Add support for granting plugins filesys read/write access …
This is based on entitlements in plugin.json
* glw/array: Fix missing refresh scheduling
* glw: Add supporting stuff for switching between keyboard/mouse UI
* glw/cursor: Improve tracking
* glw: Add glw_mtx_mul()
* glw/list: Improve layout when scrolling to a specific widget
* glw: Add support for GainedFocus and LostFocus events
* glw: Add focusedClone() method
* glw: Fix typo causing align: in styles to fail epicly
* glw: Add a resizer widget
* glw: Avoid some focus churn
* glw: Fix problem with taking variable of item on stack that goes out … …
* Makefile: Put back accidentally commented out deps
* glw/image: Avoid negative width/heights for images
* smb: Fix bad filename parsing





 

pvc1 Дата: Чт, 12 Мар 2015, 13:47 | Сообщение #166
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.322
Цитата
* Fix spelling errors in Italian translation
* Update Italian translation
* glw: When switching from mouse -> keyboard mode, use first event to "wakeup" focus
* mac: Map esc-key also to nav-back action
* glw: Improve get_identity() for better debug
* glw/array: Remove unused vars
* metadata: Set icon in metadata_to_proptree()
* glw: Iterate items in reverse when unprojecting mouse coordinates
* fascanner: Add a missing courier poll
* osx: Fix broken fullscreen mode
* glw/array: Remove unused flags
* linux/fontconfig: Skip non-scalable and non-outline fonts





 
pvc1 Дата: Пн, 23 Мар 2015, 13:08 | Сообщение #167
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.356
Цитата
* fix bad args to service_create_managed()
* If running under STOS also open HTTP server on port 80
* Export all discovered services/bookmarks that contain files into the VFS (ftp server)
Remove the "Published in Virtual File System" option
* Update Italian translation
* glw: Fix missing refreshes to deal with cursor hovering
* glw/image: Delete trailing whitespaces
* glw: Make it possible to have widgets that is only clickable.
Also improve focus search in glw_focus_open_path_close_all_other()
* Fix missing LIST_INIT() in fa_load
* Improve how the blobcache operate when clock is set after Movian starts
* Add new flags 'no_subtitle_scan' to videoparams-json that turn off subtitle scanning
Subtitles explicitly passed in videoparams-json are still included
* Add support for rpi2
* torrent: Change max cache size if STOS is defined
* Autobuild/debian.sh: Fix breakage in last commit
* Cleanup Autobuild/
* Fix bug in upgrader (affects rpi)
* Test commit
* Rewrite upgrade code so it's just only single progress bar.
* upgrade: Delete trailing whitespaces
* glw: Improve focus debug
* glw/slider: Make it possible to configure if slider should respond todpad events
* glw/eval: Add support for compare between float and int
* glw/slider: Only interpolate slider position when it make sense
* glw: Add --debug-glw option
* glw: Set focus when doing right-press
* glw/cursor: Increase speed of cursor
* glw: Add support for fine scrolling (touch pad)
* Rename some occurances of eventsink to eventSink
* ps3: Fix audio mute
* Fix bug in tvdeck where current/next times were switched
* Terminate screensaver when we open a location using HTTP api
* Keep track of which events are sourced from user and not
* glw: Only trig mouse->keyboard on dpad events
* glw/glw.c: Delete trailing whitespaces
* glw/video: Map evens in view language intstead of hardwired in glw_video_common.c
* prop: Improve prop_print_tree()
* osx: Fix bugs related to cursor hiding
* glw/video: Cosmetics, delete trailing whitespaces
* plugin: Fix problem with status after install
* osx: Cosmetics, delete trailing whitespaces
* osx: Add support for hiding cursor





 

pvc1 Дата: Вт, 31 Мар 2015, 13:16 | Сообщение #168
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.372
Цитата
* Update t to v1.1.0-257-g1baf1fb
* metadata: Fix bugs related to 'Refresh metadata' action
* metadata: If movie title last word is a number is >1900 and <2040 tre… …
* glw/array: Fix navigation with delimiter childs
* glw/array: Fix broken blurfalloff
* glw/attrib: Improve attrib error reporting
* glw: Add support for multiple style bindings on a widget
* glw/view: Add file+line when printing tokens
* glw/eval: Add dumpDynamicStatements() debug helper
* glw/eval: Don't copy RPN if in passive subscription mode
* glw/style: When switching style on widget also remove statements from style's ancestors
* glw: Rename glw_style_set_t into glw_styleset_t
* glw: Speed up some transitions in the UI
* xml: Parse DOCTYPE a bit more intelligently





 
pvc1 Дата: Пн, 06 Апр 2015, 11:08 | Сообщение #169
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.9.389
Цитата
* ecmascript: Use a registry for native classes
* ecmascript: Add missing require() in fs module
* Fix typo
* ecmascript/page: Don't automatically set number of entries in search results, rely on plugins to do that
* prop/window: Deal with pagination requests
* Get rid of global Showtime object and use modules named native/* to export C functions
* glw/text: Improve debug output
* glw/container: Fix some layout bugs when aspect-ratios are involved
* Add a property windowing filter.
* Transforms a property directory into a delimited subset with a start and length
* glw/text: Fix bugs in cursor rendering, also switch to a cursor that's just a line
* search: For searches, set contenttype to 'searchresult' in model
* glw/text: Delete trailing whitespaces
* ecmascript: Improve URL normalization
* ecmascript: Add Showtime.timestamp()
* ecmascript: Use duk_require() in Showtime.compile()
* zh_CN language update





 
woin Дата: Вт, 07 Апр 2015, 17:04 | Сообщение #170
Мы сами не местные
Сообщений: 1
Награды: 0  +
Замечания:  ±
подскажите возможно ли добавить другие плагины в плеер? ПО МИМО которые в нем присутствуют
 
PSX-Core.ru - Программное сообщество PlayStation » Общий форум по PlayStation 3 » Прошивки и приложения для PlayStation 3 » Movian M7 [7.0.31] (медиаплеер для PS3)
Поиск:

Новости сайта
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

02 Фев 2023

01 Фев 2023

19 Янв 2023

Новое на форуме
Программы и Приложения для PlayStation Portable
[pvc1 в 09:24|19 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 20:33|16 Апр 2024] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 16:48|15 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 10:48|14 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 10:34|14 Апр 2024] 
 
ПК софт для PlayStation 5
[pvc1 в 10:28|14 Апр 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 09:37|13 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 18:04|11 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 23:05|10 Апр 2024] 
 
Общая дискуссия по PlayStation 1
[pvc1 в 13:19|10 Апр 2024] 
 
Приложения для PlayStation 5
[pvc1 в 07:28|06 Апр 2024] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 11:11|05 Апр 2024] 
 
Об играх PlayStation 2
[РУС в 23:06|04 Апр 2024] 
 
Общая дискуссия по PlayStation 2
[Evgen1988ii в 14:17|03 Апр 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 4
[pvc1 в 08:03|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] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 18:38|24 Фев 2024] 
 
Железные вопросы PlayStation 2
[Dikavelll в 14:50|24 Фев 2024] 
 
Железные вопросы PlayStation 2
[vitas155 в 15:29|21 Фев 2024] 
 
ПК софт для PlayStation 4
[pvc1 в 15:59|20 Фев 2024] 
 
Топ 50 файлов
136898-загрузок

76194-загрузок

71157-загрузок

62386-загрузок

54749-загрузок

48704-загрузок

42315-загрузок

36495-загрузок

35797-загрузок

28034-загрузок

24248-загрузок

23603-загрузок

22031-загрузок

21041-загрузок

19901-загрузок

19830-загрузок

18255-загрузок

17759-загрузок

16658-загрузок

16289-загрузок

15331-загрузок

14295-загрузок

14241-загрузок

14119-загрузок

13846-загрузок

13556-загрузок

13520-загрузок

12835-загрузок

12818-загрузок

12773-загрузок

12574-загрузок

11748-загрузок

11651-загрузок

11188-загрузок

11155-загрузок

11065-загрузок

10622-загрузок

10393-загрузок

10045-загрузок

9734-загрузок

9668-загрузок

9229-загрузок

9216-загрузок

9155-загрузок

9126-загрузок

9031-загрузок

8892-загрузок

8849-загрузок

8656-загрузок

8527-загрузок

Топ 100 пользователей
  • pvc1 - 10664
  • dw_tn - 4823
  • karenjan99 - 2471
  • NVS - 2057
  • vitas155 - 1737
  • Retro¥GAMER - 1736
  • Dead - 1713
  • DaeMan - 1620
  • archicharmer - 1586
  • Kastl - 1521
  • denben0487 - 1443
  • DruchaPucha - 1303
  • 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