Jump to content

Xbox Media Center


Empfohlene Beiträge

funktioniert nicht ... leider... oder hast du den PORT vergessen?

 

(02:01:46) [2] Verbinde zu ftp://xbins:***@xbmp.uk.xbins.org

(02:01:46) [2] Aufloesen von xbmp.uk.xbins.org...

(02:01:46) [2] xbmp.uk.xbins.org => 195.139.52.135

(02:02:07) [2] Verbindungs Timeout(10060)

(02:02:07) [2] Wiederholung nach 30 Sekunden fuer ftp://xbins:***@xbmp.uk.xbins.org

Link zu diesem Kommentar
Auf anderen Seiten teilen

muß man seit geraumer zeit nicht mehr so umständlich laden --> gib mal das bei google ein t3ch.yi :P

 

erster treffer...

 

XBMC for Xbox - Partial CHANGELOG

 

 

 

Date Rev Message

 

--------------------------------------------------------------------------------

 

2009-06-26 21221 merged: r21220 from linuxport fixed: Couldn't edit partymode

playlist if the xsp didn't exist and special://profile was special://masterprofile.

2009-06-25 21212 [XBOX] revert: part of r20929 for libmpeg2 as it broke DVD menus

and possibly more

2009-06-25 21211 [XBOX] changed: Don't commit commented code (thanks ATK)

2009-06-25 21210 [XBOX] changed: Let's default this option to false on Xbox.

2009-06-25 21209 [XBOX] added: Have the audio downmix option also on Xbox, though I

doubt it's useful there....

2009-06-25 21208 [XBOX] fixed: Ticket #6194 - DVDPlayer shows corrupt output. We

should only call Uninit() at the proper locations and not have too much "just in

case"-calls as it screws things up in our renderer.

2009-06-25 21207 [XBOX] revert: r20111

2009-06-22 21188 Changed: Call srand() once per thread instead of only at app

creation. Should fix #6726.

2009-06-20 21178 [XBOX] changed: Use Queryperfomancecounter() for our seed. Thanks

bobo1on1!

2009-06-20 21177 [XBOX] changed: Random seed should be more random now and moved it

out of capp::create into capp:init right after the system date is set.

2009-06-20 21175 [XBOX] revert: r19196 . We need to shorten the text as much as

possible on Xbox for the codecinfo as some are really long

2009-06-20 21174 [XBOX] fixed: Using stacked files with DVDPlayer would cause the

renderer to fail on the follow-up files.

2009-06-20 21170 [XBOX] fixed: Ticket #6793 - Codec info doesn't show fps

2009-06-19 21160 merged: r21157 from linuxport fixed: Lastfm radio jacked up the

music playlist shuffle and repeast state.

2009-06-19 21159 merged: r21155 from linuxport fixed: New default stacking REs

didn'taccout for multiple separators or two char extensions.

2009-06-18 21142 [XBOX] merged: Linuxport revisions

20924,20925,20928,20930,20933,20936,20950,20971-20973,20976,20978,20980-20982

20984,20992,20995,20996,21003,21005,21008-21013,21017,21019-21021,21025,21026

21029-21031,21036,21047-21050,21055,21058,21064,21070,21072,21079,21082,21085

21089,21090,21096,21101-21104,21106-21109,21111,21113,21125,21129,21130

21135-21138,21141

2009-06-09 20979 [XBOX] synced: XBoxRenderer with LinuxGLRenderer. It should now

also properly check whether it's configured already yet

2009-06-07 20937 [XBOX] fixed: Ticket #6711 - Changeset 20796 caused some audio

problems. Also synced ffmpeg with branch

2009-06-06 20931 [XBOX] Merged: Linuxport revisions

20818,20826,20828,20831,20832,20833,20834,20840,20842-20845,20847,20849,20852

20856,20857,20862,20871,20872,20877,20883,20899,20900,20901,20902,20903,20918

20922,20923

2009-06-06 20929 [XBOX] merged/synced: DVDPlayer & VideoRenderers with Linuxport

2009-05-31 20824 [XBOX] fixed: RSS feeder, this time with the correct address

(thanks Jonathan)

2009-05-31 20823 [XBOX] fixed: RSS feed no longer worked

2009-05-30 20812 [XBOX] fixed: DVDPlayer's video rendering was broken due to last

merge. Apparently this stuff doesn't work on Xbox so reverted it.

2009-05-30 20807 [XBOX] merged: Linuxport revisions

20326,20440,20446,20448,20449,20454,20456,20460-20463,20470-20474,20477,20479

20487,20506,20509,20511,20513,20523,20532,20536,20544,20546,20547,20550

20555-20559,20562,20563,20575,20588,20593,20596,20623,20625,20626,20632,20633

20649,20653,20657,20662,20668,20670,20671,20675,20680,20692,20693,20698,20709

20714,20719,20724,20726,20728,20734,20746,20747,20751,20753,20754,20755,20764

20792,20793,20796,20798-20801,20806

2009-05-29 20748 merged: 200457 from linuxport. Fixes vobsubs. (thanks d4rk)

2009-05-29 20745 merged r20709 from linuxport. fixed: Don't hold the queue lock

across the submission POST. fixed: Hangs when scrobbler is enabled.

2009-05-26 20673 fixed: [XBOX] Deadlock in scrobbler.

 

 

Merge Log:

 

--------------------------------------------------------------------------------

 

21141: removed: Very greedy stacking regexp. It causes trouble with TV eps.

21138: updated: Greek translation #6781, based on English r21081 (thanks to

ydatografida)

21137: Fixed : [PM3.HD] SettingsProfile.xml Cosmetics. I must of been drunk when I

did this one ;)

21136: fixed: SongInformation was missing it's english name.

21135: fixed: Reset any info images when we reload video info, to ensure images are

reloaded correctly.

21130: fixed: Uninitialized variables in GUIInfoManager.

21129: fixed: Revert part of #21125. FillInDefaultIcon and SetCachedVideoThumb() do

not support videodb:// URLs, so must be called from the constructor where the URL is

unmangled.

21125: fixed: Ticket #6775 - Improved the time of the CFileItem constructor that

takes a VideoInfoTag (used in the library views), optimized the FillInDefaultIcon()

routine, thanks to CapnBry.

21113: fixed: make sure playerstate is buffered as all other playback state variables

in dvdplayer to avoid stutters during playback if rendering thread asks for this.

21111: fixed: IsVideo() returned false on DVDs

21109: Changed : [PM3.HD] removed the flower looking thing from the official xvid

logo (just the text now)

21108: Fixed : Small cosmetic typo

21107: Updated : Added a SD icon (Standard Definition) for all non 720 and 1080

videos. Made ac3 and aac audio icons the same width as the other audio icons to

cause less jumping of the ones next to them. P.S. hope I did the linux makefile

proper

21106: changed: Update the visibility of items in grouplists prior to computing

sizing.

21104: changed: Cleaned up locking in scrobbler class.

21103: changed: Reworked default movie stacking regexps. Less expressions, better

accuracy.

21102: Changed : [PM3.HD] made the divx logo show on div3 div4 and div5 fourcc codes

since they are all divx apparently

21101: Updated : [PM3.HD] More Media Flagging stuff including new icons for. No

Audio, Mono Audio, WMA pro audio, Mpeg1 video, VC1 Video

21096: changed: Read all siblings of custom regexps in as.xml. This allow for

definition of prepended and appended regexps.

21090: updated: Swedish translation, based on English r21081 updated: Chinese

(Simple) translation #6767, based on English r21081 (thanks to taxigps) updated:

Greek translation #6772, based on English r21081 (thanks to ydatografida) updated:

Icelandic translation #6756, based on English r21055 (thanks to kristjan) updated:

Korean translation #6768, based on English r21081 (thanks to airplanez)

21089: Added : [PM3.HD] Media Flags for AVC1 video and aac Audio. Also added some

aspectratio tags assuming that 1.33 = 4x3 and 1.66, 1.77, 1.85 = 16x9 (kick me if I'm

wrong)

21085: Added : [PM3.HD] initial support for the Built in Media Flagging to Video

Library and Video Info window. Current supported formats are, Video: 1080, 720,

xvid, divx, h264 Audio, mp3, dts, dolby digital, ac3, 2.0, 5.1, 7.1 (Obviously more

to come)

21082: removed: forgotten printf

21079: fixed: typo (thanks elupus)

21072: added: ticket #5533 - Support for additional tags in cue sheets (Genre/Year).

thanks to toolino

21070: changed: made the number of recently added items in music- and videolibrary

user-definable via advancedsettings.xml (defaults to 25) - fixes #6754

21064: updated: Swedish translation, based on English r21055

21058: fixed: [win32] New libavformat binary for fix in r21057.

21055: added: ticket #6735 - weather plugin settings. thanks to nuka1195

21050: Cosmetic: Change enumerated value from NONE to more appropriate ALL.

21049: Cosmetic: use better suited Mid()

21048: Updated: Ticket #6560 - Change so the item label preformating is only applied

to the Movies folder so the list item names change appropriately depending on the

sort order in the UI.

21047: Fixed: Ticket #6598 - Updating the Music Library would get into an infinite

loop if an exclusion had been added for a path that already existed in the library.

[thanks jmarshall and spiff]

21036: added: Ticket #6738 - Expose studio information on episode/season level

21031: updated: Greek translation #6737, based on English r21010 (thanks to

ydatografida)

21030: fixed:[all] #6741, restore missing logging introduced in r21019 when

re-probing. Thanks, scourge411

21029: changed: [WIN32] New libavformat binary for windows that exposes

av_probe_input_format2

21026: fix: memory corruption reported by valgrind

21025: updated: Swedish translation, based on English r21010 updated: Korean

translation #21010, based on English r21010 (thanks to airplanez) updated: Korean

translation for PM3.HD #6734, based on English r20978 (thanks to airplanez)

21021: updated: ticket #6721 - imdb.cn, add credits. thanks to taxigps

21020: changed: Checking for transparent archives now considers only files that match

the current filter (eg only video files) rather than just checking for one file.

Ticket #4626

21019: fixed:[all] try #2, some DVD/ISO rips to single VOB could not be played

because ffmpeg av_probe_input_format failed. Re-probe using the ffmpeg/ffplay method

which uses av_probe_input_format2 and increasing probe size starting at 2048 up to

original buffer size. Do not realloc/change the original buffer size and seek/re-read

as some content sources cannot seek.

21017: added: ticket #6717 - Double performance of sqlite query scrolls. thanks to

capnbry

21013: added: ticket #6238 - Viewing pictures over UPnP. thanks to eyeconDeveloper

21012: added: initial version of the german ofdb scraper using ofdbgw

(http://www.n4rf.net/solutions/ofdbgw)

21011: added: ticket #6671 - Support for MPL2 subtitles format. thanks to vpiotr

21010: added: ticket #6657 - Script settings + fix for plugin/scraper/script

settings. thanks to nuka1195

21009: fixed: ticket #6691 - Fix for disabling weather plugin. thanks to nuka1195

21008: updated: Greek translation #6730, based on r20992 (thanks to ydatografida)

updated: Greek translation for PM3.HD #6731, based on r20978 (thanks to

ydatografida)

21005: fixed: listitem.path did not work for tvshows in the video library

21003: updated: Chinese (Simple) translation to reflect recent change in weather

tranlation. Thanks to taxigps

20996: fixed: if content is streamed and we only get a partial probe buffer, any data

between requested amount and actual ammount would not be initialized to zero.

20995: revert: "fixed:[all] some DVD/ISO rips could not be played because ffmpeg

av_probe_input_format failed. Re-probe with increasing probe buffer size and attempt

to resolve these failures." The fix only caused xbmc to read unallocated memory or

uninitialized memory since it didn't actually read the data from input stream.

20992: fixed: Translated strings for #6715 and #6716 (thanks to taxigps and

mikko70)

20984: fixed:[all] some DVD/ISO rips could not be played because ffmpeg

av_probe_input_format failed. Re-probe with increasing probe buffer size and attempt

to resolve these failures.

20982: fixed: imdb scraper might not pick up director and writer correctly on ever

movie. thanks CQuel!

20981: added: freebase music scraper (with artist fanart support)

20980: fixed: music scanner will exit with 'no album found' if there's only one

result returned changed: increment track position by one in case we start at 0

20978: updated: Swedish translation and fixed some trailing spaces, based on English

r20801 fixed: Untranslated string in busydialog, thanks to arbetaren for reminding me

updated: Swedish translation for PM3.HD to reflect the change in busydialog

20976: fixed:[all] DVD/ISO playback would spew bad ac3 packets on cell changes. This

might/might not cause crash/playback problems as it's DVD/ISO dependent. See

Transformers DVD, chapter 2 to chapter 3 transition for an example of a crash and

burn. 1) In av_read_frame_internal, if av_read_packet returns AVERROR_IO, we are

done. ffmpeg's codecs might or might not handle returning any completed demuxed

packets correctly. 2) remove av_read_frame_flush, it's an internal ffmpeg routine

that is not exposed and just causes problems with demux packets because it's not the

proper method to flush the demuxer. It's only used with respect to DVD/ISO playback

so nuke it completely from xbmc source.

20973: fixed: dvdplayer would pointlessly reinit video if demuxer was flushed

20972: fixed: we should not close invalid streams when playing dvd's, we must follow

what the dvd defines

20971: fixed: dvdplayer would steal osd when in dvd menu mode fixed: VideoMenu keymap

was missing keymap's for dvd menu's

20950: updated: Finnish translation #6703, based on English r20801 (thanks to

mikko70) updated: Norwegian translation #6696, based on English r20801 (thanks to

berland)

20936: fixed: some release results were not picked up by the discogs music scraper

20933: changed: "byDate" attribute -> "bydate" - ALL XML tags should be lower case

for consistency reasons.

20930: removed: Useless log spamming.

20928: changed: Don't use m_ for locals (cosmetics)

20925: added: new polish music scraper using allmusic.com, merlin.pl and lastfm.pl

(#6707 - thanks again to smuto!)

20924: fixed: polish movie scraper updates (#6707 - thanks to smuto)

20923: changed: use german and original title for imdb search in filmstarts.de

scraper

20922: changed: Enhanced/tweaked progress-tracking-logic. Now using a proper FileItem

to track the file we're playing. This should finally wrap this sucker up :)

20918: changed: Make info colours also check whether the info resolves to the name of

a colour, not just a hex code (Ticket #6700).

20903: changed: #6560 make CMythDirectory return paths for recordings in the folder

they are found to make library happy. thx dteirney

20902: fixed: Ticket #6701 - Music video tracks listed by Track name not track

number

20901: fixed: Years node wasn't functioning in the video library.

20900: updated: French translation file

20899: changed: removed full plot option from mtime scraper (#6698 - thanks

taxigps)

20883: fixed: Using a static variable for a timer isn't a good idea when there's more

than one instance about. Fixes slow update of static list content if more than one

list was onscreen.

20877: changed: do not add a separate share for the movie in browse for subtitle if

no custom subtitle directory is set

20872: fixed: artist fanart failed to download

20871: changed: show episode titles when .nfo files are used while scanning

20862: [all] fixed, use HOLDMODE_XXXX defines instead of numbers.

20857: fixed: Ticket #6622 - Music fanart wasn't loading correctly. changed: Moved

library transaction out of AddSong() and into RetrieveMusicInfo to significantly

improve music scanning times.

20856: fixed: The filestate was sometimes not stored properly when playback ended

causing ie. resume bookmarks not to be reset. Note that we still really need a proper

hook/callback for this in our players to fix it the right way

20852: fixed: playcountminimumpercent settings for audio/video in as.xml didn't

work

20849: added: More convenient form of GraphicContext::SendMessage. fixed: Util.cpp

will build now in non-silly compilers.

20847: changed: do not attempt to export auto-generated thumbs by default. Use

in videolibrary section of advancedsettings.xml to override.

20845: added: Ticket #6662 - Control.Message(id,message[,windowID]) builtin function,

thanks to EqUiNoX.

20844: fixed : IMDB TV scraper pointed to old icon

20843: Changed : Updated IMDB scraper Icon

20842: update: Chinese (Simple) translation #6680, based on English r20801 (thanks to

taxigps) update: Greek translation #6682, based on English r20801 (thanks to

ydatografida) update: Korean translation #6688, based on English r20801 (thanks to

airplanez)

20840: fixed: Save the number of songs/movies/shows etc. in database in local vars to

save requerying it whenever we commit a transaction. Caused weird UI glitches on

PM3.HD homepage, as well as a bunch of unnecessary sqlite collisions. Also wasn't

preserved correctly across profile changes.

20834: changed: reorganze mythtv directory structure to separete tvshows and movies.

thx dteirney changed: remove by-date/by-title folder for myth in favor of

tvshows/movies. thx dteirney This adds an advanced setting

0 which can be used to define that any show

longer than this value is considered a movie. This may be required for some EPG's in

myth that doesn't define this properly.

20833: changed: remove myth channel list that was retrieved from db

20832: changed: format runtime in a standard format and use CDateTime functions to

calculate time diff. thx dteirney

20831: changed: export cmyth_proginfo_programid from libcmyth

20828: [WIN32] changed: new hdhomerun.dll from current source.

20826: fixed: video library export didn't pick up auto-generated thumbs

20818: changed: , are now relative to , , rather

than absolute.

20806: changed: use original title and year for better fanart lookups in german

filmstarts.de scraper

20801: fixed: Ticket #6663 - Display Error message for library export

20800: fixed: added missing scraper tags to allocinev2 scraper

20799: added: New Allocine Fr Scraper from passion-xbmc.org (added fanart,

trailers)

20798: [WIN32] workaround: access_violation from time to time when doing a find on an

empty m_surfaces. Does anyone has an idea about the root?

20796: [WIN32] updated ffmpeg dlls to the current source including changes of r20678

and r20594 but without r20034. Will latter revision stay in svn or does it get

removed some day?

20793: added: Control.Move(id,amount) support for the spin control, thanks to

EqUiNoX. Part of #6662.

20792: updated: ImageLib.dll for changes of r20650-652.

20764: updated: cleaner yahoomusic logo image

20755: Changed: Deleted old icons

20754: The pictures might help

20753: Changed: Updated a few scraper icons

20751: updated: Swedish translation, based on English r20734 updated: Korean

translation #6665, based on English r20734 (thanks to airplanez)

20747: fixed: Ticket #6667 - Incorrect default icons in music and video library

views.

20746: added: Ticket #6668 - searching of movie plots, and removal of duplicate music

video genre search thanks to scourge411.

20734: added: ticket #5815 - Weather plugin via python script. thanks to nuka1195

20728: changed: Currently it's not reliable to use m_itemCurrentFile in

SaveFileState() as it *may* already contain the next item to be played. For now we

only use it when its m_strPath is the same as our tracking filename.

20726: fixed: OnPlayBackStarted was called twice in PAPlayer changed: only fetch

MusicInfoTags for visualisation if there's a viz displayed

20724: fixed: Ticket #6579 - filmweb.pl & cookies

20719: fixed:[all] NULL out the rest of URLProtocol less ffmpeg bit us someday.

20714: cosmetic: removed unneeded cast

20709: fixed: Don't hold the queue lock across the submission POST. (*might* have

been the cause of that occaisional annoying beep on track change)

20698: added: ability to sort labelenums in plugin/scraper settings changed: fetched

languages from thetvdb.com are now properly sorted (alphabetically)

20693: changed: The SaveFileState via the OnFileClosed() callback didn't work

properly for PAPlayer as it doesn't have a real CloseFile(). Therefor moved

SaveFileState to the capp player-callbacks + removed the OnFileClosed()-callback.

Hopefully it's 100% sane this time :/ (*sigh*)

20692: Fixed: Ticket #6656 - Videos not being marked as watched after watching

20680: added: Ticket #6653 - HTTP-Api: Library Name and Duration in Playlists, thanks

to Rand Al Thor.

20675: changed: Use better/more consistent variable names

20671: fixed:[all] vq full can starve aq for high VBR content, increase vq message

limit size.

20670: changed: Enhanced video resume logic - take #2 (thanks again Jonathan)

20668: Changed : [PM3.HD] speed up the shut down menu open a little

20662: changed: Enhanced video resume point logic + implemented IgnoreAtEnd as.xml

setting. Still needs further refinement though (Thanks Jonathan for the pointers so

far)

20657: fixed:[all] only one call to timeGetTime() is needed here.

20653: fixed: revert hacky fix for #6345. fix it properly by fixing the bug in

tinyxml

20649: fixed: ticket #6345 - ASX Playlist Parser does not escape "&"

20633: cosmetic: split if statement into 2 lines

20632: fixed: do not un-mute volume on VOLUME_DOWN action and if volume is already

muted.

20626: changed: upped background loader thread timeout to 5 seconds instead of 1

20625: fixed: large texture manager thread would not delay it's exit by the specified

timeout

20623: fixed: sami subtitle parser was still using 64bit int's instead of doubles for

timestamps

20596: fixed: Listitem.Rating wasn't working in album listings.

20593: fixed:[all] ffmpeg:av_find_stream_info does avcodec_open/close calls and needs

the same locking. This turned up on the atv platform doing thumbnail creation where

now multiple thumbnail creating threads are spun out.

20588: changed: use DefaultTvshow(Title)s.png -> DefaultTVShow(Title)s.png, for

consistency.

20575: removed: unnecessary #ifdef (fixes #6643 on Win32) UnInit() is called from

main thread on all platforms now, so there's no need for special handling.

20563: fixed: XMBC dumps when browsing through Pictures via web interface #6637

20562: fixed: Ticket #5325 & #5003 - Resume points & watched status are now stored

when media files are closed (and not just when the user presses stop). Another

advantage of this is, that it doesn't halt the app thread during playback because of

the db commit. May need some further refinement/tweaking

20559: added: ticket #5143 - Ability to scrape/scan TV Shows into the database by

air-date. thanks to csbook!

20558: changed: Moved GetGenresNav, GetYearsNav, GetStudiosNav and GetPeopleNav to

explicit joins, so that it is easier to add where clauses (pays to svn update

first...)

20557: changed: Moved GetGenresNav, GetYearsNav, GetStudiosNav and GetPeopleNav to

explicit joins, so that it is easier to add where clauses.

20556: Fixed : [PM3.HD] Bad copy paste made me change "Settings" in home to

"System"

20555: Fixed : [PM3.HD] few minor cosmetic issues thanks ronie from the forums for

pointing them out

20550: updated: Korean translation #6610, based on English r20327 (thanks to

airplanez) updated: Korean translation for PM3.HD #6611, based on English r20360

(thanks to airplanez)

20547: fixed: lastfm radio authentication, md5 hash has to be lowercase.

20546: removed: unused variables

20544: added: some more debug logging for internet lookups

20536: Added versioning to scrapers

20532: changed: Simplified MD5 calculations. Heads up beenje,

MD5::getDigest(CStdString &digest) (in utils/md5.cpp) needs some endian love.

20513: updated: mtv musicvideo scraper now uses MTVN content API to get search

results

20511: Fixed : Made the same Keyboard key that opens Picture info in Slide show

window close it as well

20509: [WIN32] updated: ImageLib.dll with r20507/8

20506: [WIN32] updated: ImageLib.dll

20487: added: Ticket #6613 - scroll(position) function to the Textbox control, thanks

to vattila

20479: changed: combined renderer method OnClose and UnInit back into one, and call

that from gui thread

20477: fixed: Ticket #6623 - 9.04 segfaults when clicking on either a Video or Music

source which contains a malformed .pls file

20474: Added : [PM3.HD] work around for people being able to go to the Libraries

windows from home after they delete their library database files manually and where

previously in them fixes #6597

20473: changed: Bump minimum skin version to 2.1, as we assume this already, and

attempting to load old skins may cause crashes. cleanup: Got rid of an unused code

block for old skins.

20472: fixed: remove executable attribute

20471: fixed: spincontrol could cause the textbox to scroll too far.

20470: added: Container.NumPages and Container.CurrentPage for textboxes.

20463: fixed: ticket #5548 - memory leak in h264/aac streamed over rtmp. thanks to

frosty for the "diff"

20462: fixed: Ticket #6620 - Shoutcast has two ".." paths

20461: fixed: no need to hardcode "Unknown" for m_strVotes if there's no real value

20460: fixed: Ticket #6619 - Fixes and additions for MyMovies.XML support (thanks

ultrabrutal)

20456: fixed: Don't count time during FF/RW/seek/etc toward time to scrobble. fixed:

Cleaned up some guiinfomanager output for scrobbler.

20454: [WIN32] new ImageLib.dll based on the current source (thanks chadoe)

20449: updated: Picture extensions to reflect supported RAW formats.

20448: fixed: Ticket #6566 - diffuse texture used the incorrect maximal coordinates

for orientation (in particular flipping) when scalediffuse="false" was specified.

20446: fixed:[all] use ffmpeg all the time for thumbnail creation as libmpeg2 is not

thread safe and thumbs creation can have multiple threads running.

20440: updated: Greek translation #6604, based on English r20327 (thanks to

ydatografida) updated: Greek translation for PM3.HD #6605, based on English r20360

(thanks to ydatografida)

20326: fixed: ticket #6572 - Fix 64bit WAVcodec bug. thanks to gnif

Link zu diesem Kommentar
Auf anderen Seiten teilen

Archiviert

Dieses Thema ist jetzt archiviert und für weitere Antworten gesperrt.

  • Wer ist Online   0 Benutzer

    • Keine registrierten Benutzer online.
×
×
  • Neu erstellen...