[ Новые сообщения · Участники · Правила форума · Поиск · Подписки ]
Модератор форума: 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 Дата: Ср, 17 Сен 2014, 14:16 | Сообщение #131
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.187
Цитата
* hls: Try harder to find a stream that's playable (contains both video and audio)





 
pvc1 Дата: Вт, 23 Сен 2014, 11:50 | Сообщение #132
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.206
Цитата
* Fix: If ccache does not exist Autobuild would fail. Added dpkg-dev depencendy needed by dpkg-buildpackage
* Added tv show description to iteminfo view
* If a channel has an icon, display that instead of Display.png in listview
* Code cleanup
* Added show description and name of next show to TV playdeck
whyz authored 2 days ago





 
pvc1 Дата: Вс, 28 Сен 2014, 09:17 | Сообщение #133
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.223
Цитата
* Fix async http
* ecmascript: Remove old api-v1.js wrapper
* rpi: Fix fallout again
* ecmascript: Add support for async HTTP requests
* ecmascript: Fix problem when context unloads itself
* ecmascript/prop: Improve toString for prop childs
* ecmascript/prop: Add 'delete', 'has' and 'enumerate' support
* prop: Add retain/release sematics to prop mutex
* ecmascript: Add timers
* ecmpascript/root: Fix typo
* Add missing copyright header
* Make it possible to load ecmascript from commandline
* ecmascript: Rename 'callback' to 'root' since it's a generic object rooting store
* rpi: Fix fallout from last commit
* prop: Use a pool of threads to dispatch prop notifications from global courier
This reduces the number of thread that needs to sit around and idle waiting
for something to happen. It also makes stuff happening on the global dispatch
less sensitive for blocking callbacks
* pool: Add a helper to iterate over all pool items
* thread: Thread functions can be called with prop_mutex held
* Add missing config variable for HTSP
* glw: Rename TOKEN_LINK -> TOKEN_URI
* prop: Rename prop_set_link() -> prop_set_uri()
* event: Remove unused type event_queue_t
* ecmascript: Make it possible to subscribe to eventactions
* Get rid of a typo
* ecmascript: Make memory tracking work across all targets
* prop: Rename the value "link" to "uri" to avoid confusion with prop_link
* Make it possible to build showtime with a lot of stuff turned off
* ecmascript: Fix broken malloc
* atomic: Make atomic_set() return void
* ecmascript: Major refactoring …
- Get rid of naked pointers in ecmascript code but instead use our own native obj wraper that also deals with object finalization
- Upgrade duktape
- Add common hook system
- Add CommonJS Module support and use to to implement Showtimes interfaces





 
pvc1 Дата: Вт, 07 Окт 2014, 11:43 | Сообщение #134
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.317
Цитата
* hls: Various fixes to detect broken variant / segments
* ecmascript: Fix some bugs in page.js module
* fa: Make it possible to propagate protocol level error codes
* Add hts_cond_wait_timeout_abs() and use in mp_dequeue_event_deadline()
* fix some lingering ffmpeg -> libav renames
* glw: Add positional navigation
* glw: If widget does not respond to targeted event, try bubble method
* UI: Add wrapping on some places where it was missing …
* glw/freefloat: Fix NULL deref
Fixes recent regression causing screen saver to crash Showtime
* hls: Switch to buffered streaming
* hls: Skip over spaces when parsing key=value attribute lists
* video: Use prop_create_r() when appropriate
* glw: Don't implement own event types in glw when there is avilable 'global' ones
* event: Rewrite event_create_playurl and event_create_openurl
These function now take a constructor argument and together with some macro trickery this now makes these functions look like they accept
named arguments
* glw: Add support for unresolved/arbitrary widget attributes
* glw: Fix missing TOKEN_LINK -> TOKEN_URI change
* glw: Add z sorting
* glw: Make it possible to turn off cursor rendering on per-widget basis
* glw: Rewrite event handling
* glw: Integrate glw_wirebox in glw_renderer pipeline
* glw: Move the render job setup to common code in glw_renderer.c
* glw: Switch to delayed rendering also for video widgets
* glw/container: Add reverse render for container_x
* glw: Get rid of non-normalized texture coordinate modes (which is unused)
* glw: Make multiopt() view method set current values
* glw: Add UI Zoom reset (CTRL/CMD - 0) similar to most apps
* glw/container_z: Pick constraints from first widget that has any cons… …
* glw/style: Make styles recompute statements that depends on UI scaling
* Revert "glw: If weight < 0.1, never autofocus widget"
* glw: Include widget ID in glw_get_path()
* glw: Add autofocus limit attribute …
* This makes it possible to make peremiters in the view tree that automatic focus are not allowd to cross
* glw/deck: Initially block all childs from focus
* glw: Add style support for generic attributes
> alpha, blur, weight, width, height and focus_weight
* glw/text: Recompute constraints when padding changes
* glw: Add style support
* glw: Store parent specific per-item info after widget data
* glw: style wip
* glw: Substitute gc_set_font with an attribute
* glw: Rearrange glw_t to save a few bytes
* glw: Add attribute noFocusBlocking
* glw: Add focus() method that focus given id
* glw/navigation: Add some commented out debug helpers
* glw: Make it possible to intercept events before they are passed to glw_navigate
* glw: If weight < 0.1, never autofocus widget
* glw/navigation: Be a bit smarter when descending into focused childs …
If nothing is focused we search using glw_{first,last}_widget which skips over hidden widgets. Also make sure the orientation matches when we consider jumping to the last widget.
* glw/container: Improve debug output a bit
* event: Add missing action map (ZoomUIReset)
* glw: Fix wrap navigation
* glw: Make it possible to build without glw settings
* media: Add comments to media.h
* linux: Fix build fallout
* glw/video: Set default values if compiled without MEDIA_SETTINGS
* ps3: Include video widget in unlocked rendering
* media: Add missing files media_event.?
* media: Remove pointless forward declarations
* cosmetics: Remove trailing whitespaces
* media: Split event handling to a file of its own
* media: More refactoring
* media: Move media_track_mgr to media_track.h
* media: Split codec stuff to a file of its own
* media: Split out media_buf -stuff to media_buf.[ch]
* media: Split media_queue specific things out to media_queue.c
* media: Get rid of per-media_pipeline courier (use global dispatch)
* prop: Correctly handle NULL PROP_TAG_LOCKMGR
* prop: Fix queue messup in global dispatch
* playqueue: Stub playqueue_ functions if playqueue is not built in settings: Add SETTING_LOCKMGR varg
* media: Make it possible to compile without media settings
* media: Match mp_create() with mp_destroy()
* media: Move media-settings to a file of its own
* media: Get rid of the media stack
* media: Merge mp_destroy into mp_release
* media: Rename mp_ref_inc() / mp_ref_dec() to mp_retain() / mp_release()
* Move src/media.[ch] into src/media/
* media: Split mp_track_mgr into a file of its own
* ps3: Support unlocked rendering
* rpi: Fix build after recent changes
* glw: Add VDPAU rendering back again after z-ordering broke it
* glw: Fix incorrect texture binding
* glw: Fix build on linux
* video: Use prop_create_r() when appropriate
* glw: Add propName() and propSelect()
* propName() returns name of given prop
* propSelect() issues a prop_select() on the given prop
* prop: Fix compile when PROP_DEBUG is set
* prop: Add helper to make link to selected iten in PROP_DIR …
Use it on multiopt settings to be able to subscribe to currently selected value
* glw/image: Fix broken shadow fix
* glw: Add support for 'em' postfix to scalar values
1em = $ui.size
2em = $ui.size * 2
* glw/image: Redraw texture if shadow attribute changes
* glw: Simplify prop assignments inside block
* glw: Make list widgets handle alpha attribute
* glw: Make debug attribute draw wirebox around any element
* glw: Add layoutFixedWidth and layoutFixedHeight attributes
* glw: Revive cursor
* osx: Remember window position and start app as active





 

pvc1 Дата: Чт, 09 Окт 2014, 11:31 | Сообщение #135
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.323
Цитата
* ps3: Remove litecoin miner. It's just not worth it
* glw: Fix broken subtitle rendering (after z order refactoring)
* ecmascript: Move timer functions to global object: This mimics how other JS environments work
* ecmascript: Drop debug prints
* Move arch-specific files into src/arch/
* upgrade: Fix some rare conditions in upgrade code: Previously Showtime could crash if changing upgrade track setting too frequently





 
DrunkMonth Дата: Пн, 13 Окт 2014, 20:17 | Сообщение #136
Мы сами не местные
Сообщений: 1
Награды: 0  +
Замечания:  ±
Спасибо. Потестим smile
 
pvc1 Дата: Пт, 17 Окт 2014, 16:07 | Сообщение #137
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.346
Цитата
* media: Set playstatus to play in mp_configure. …
Without this the playstatus is left unset until we pause
* httpclient: Fix bug causing seek-by-read-skip to fail if close to EOF …
* httpclient: Disallow connection reuse on POST …
* htsp: Make sure AV sync work on all platforms …
Was broken on rpi, because during mp_configure() we need to know if we have an audio stream or not.
* Add pre-buffering support to media pipeline (currently unused)
* Rewrite media pause logic …
- Internally this makes it possible to pause/unpause from different sources other than the user pause-button.
- ps3: Add support for pausing video when opening XMB

* glw: Create proxy events for playTrack event …
If we create real event and retain them we will wrap the 8 bit prop_xref refcount in prop
Rather than increasing the size of that structure, this is more memory efficient

* js/page: Remove debug printfs
* js: Better fix for js_page_mutex deadlock
Never hold the mutex when doing any JSAPI calls
* linux: Move pulseaudio to src/arch/linux/
* htsp: Ignore 'timeshiftStatus' messages
* js: Fix deadlock between addUri and openpage
* fa: Rework seek interface.
Now there is an additional 'lazy' parameter indicating that the caller
thinks it's OK for the seek to fail if the request cannot be processed
in a "reasonable amount of time". Typically this is used to reject
seeks when in a non-seekable HTTP stream

* hls: Skip initial packets in a stream if they're not a keyframe
* https: If getting files from CDN, assume filesize will never change
Typically CDN just stores a single copy of a file and there is no
appending going in. This makes it easier for us to discard seek
requests that cannot be satisfied

* Currently the only CDN recognized is Akamai
* ps3: Add support for cropping of video frame …
* h264_parser: Add support for reading cropping from SPS
* glw: Fix broken clist widget (recent regression) …

* ecmascript: Add support for POST data in httpReq method
* ecmascript/asynchttps: Get rid of a test sleep
* ps3: Fix RSX memory leaks related to video playback. …
Those happened during seeks, in particular for interlaced content but
could also happen during progressive content
* vdpau: Fix broken non-blending mode when rendering video
* linux: Condvar timers must use same (MONOTONIC) clock domain





 
pvc1 Дата: Чт, 23 Окт 2014, 14:23 | Сообщение #138
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.361
Цитата
* Map KEY_ESC to ACTION_CANCEL
* ecmascript: Add HTTP inspector (header manipulation)
* glw: Fix crash in selectTrack when destroying model
* media: Avoid racing subtitle loader threads
* Fix broken build on ps3 and rpi
* Fix log message typos
* ecmascript: Add webpopup support and upgrade example to use ecmascript
* Split out httpclient stuff from fileaccess.h to http_client.h
* ecmascript: Add sqlite support
* ecmascript/timer: Avoid double unlink from timer list





 
pvc1 Дата: Вт, 28 Окт 2014, 15:33 | Сообщение #139
Высшая материя
Сообщений: 10664
Награды: 2  +
Замечания:  ±
4.7.393
Цитата
* ecmascript: Add settings support
* ecmascript/prop: Forward 'ctrl' object in subscribeValue. Also add prop.makeUrl
* ecmascript: Add 'debug' and 'ignoreVoid' to prop subscribe method
* ecmascript: Split resources into volatile/permanent types
* settings: Expose apps and SD settings in global prop tree
* Support torrent:video: prefix inside videoparams
* Remove unused file
* ecmascript: Make store.js more flexible
* httpclient: Get rid of unconditional debug output
* Add support for video panning
* Bring back the setting to change what up/down does during video playback
* Change how volume controllers work.
Add 'Master Volume' to popup menus.
Up/Down during video playback will only adjust per-file volume
* audio: Proper set of Master volume during startup …
* Update Swedish translation
* Update lang files
* glw: Fix alpha blendning when using external compositors
* sqlite: Dump error codes in hexadecimal
* hls: Skip duplicate bitrate to avoid desync issues on some live streams …
* hls: Don't crash if finding segment by PTS fails
* ecmascript/sqlite: Fix object returned from db.step()
* ecmascript/https: Fix broken POST form encoding
* ecmascript/https: Add noAuth option
* ecmascript/storage: Add support for 'in' operator
* ecmascript: Drop file:// in storage path
* ecmascript: Switch to recursive mutex until we can unlock in IO requests
* httpclient: When we are in debug mode, dump 4xx error body to log
* ecmascript: Add store module for automatic persisting of an object to disk
* ecmascript: Add file-io
* ecmascript: Add a 'storage' path and save stuff in there
* osx: Handle arch_stop_req()
* osx: Fix build with Xcode 6.1 toolchain
* ecmascript: Get rid of naked pointers for htsmsg
* video: Don't wait for subtitles to drain when we wait for video EOF
* media_track: Turn off accidental debug
* prop: Make prop_destroy_childs0() destroy all childs in one atomic notify
* media_track: Add missing prop reference retain/release
* Make ESC button also do "Navigate back" action





 
maga005 Дата: Вс, 02 Ноя 2014, 21:20 | Сообщение #140
Мы сами не местные
Сообщений: 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 файлов
136908-загрузок

76202-загрузок

71160-загрузок

62388-загрузок

54749-загрузок

48707-загрузок

42318-загрузок

36497-загрузок

35799-загрузок

28035-загрузок

24252-загрузок

23609-загрузок

22035-загрузок

21044-загрузок

19903-загрузок

19831-загрузок

18256-загрузок

17761-загрузок

16661-загрузок

16294-загрузок

15333-загрузок

14298-загрузок

14243-загрузок

14121-загрузок

13848-загрузок

13558-загрузок

13521-загрузок

12838-загрузок

12823-загрузок

12774-загрузок

12576-загрузок

11749-загрузок

11652-загрузок

11190-загрузок

11157-загрузок

11067-загрузок

10625-загрузок

10394-загрузок

10046-загрузок

9735-загрузок

9670-загрузок

9230-загрузок

9218-загрузок

9157-загрузок

9130-загрузок

9032-загрузок

8894-загрузок

8850-загрузок

8658-загрузок

8529-загрузок

Топ 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