Tag Archive for ‘xbmc’
>> T3CH released a new SVN compile (rev13573) of XBMC for Xbox (XboxMediaCenter(info)).
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* AMT updated to pre-0.99.5a, Lyrics to 1.5.9, Nuka1195’s Plugin Installer to 1.2
* added : Key map for DialogFullScreenInfo.xml to make it saner to navigate and more like the old way
* added: video fullscreen info can now be a dialog
* added: Filmstarts.de scraper
* added: SendClick(window,controlID) message. Allows sending button presses from other windows/dialogs.
* added: Container.SortDirection builtin, and conditional (eg container.sortdirection(ascending))
* added: activatewindow(videolibrary,node,return) support to videolibrary window - allows you to return to a subnode of the specified node. eg if you have a tvshows button normally go to tvshowtitles, and you were last in season 2 of a particular show, then activatewindow(videolibrary,tvshowtitles,return) will return you to that location.
* added: .m2t / .m2ts to the list of video extensions (thanks to cptspiff)
* added : PM3 - Unwatched episode count to TV Shows “Media Info 2″ view
* added : PM3 - Watched overlay icon to seasons “List 2″ view
For the full changelog (all added/fixed/changed/updated stuff) since the 2008-06-01 SVN Rev13360 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: http://xbmc.org (manual and FAQ)
Official T3CH Site: http://t3ch.yi.se (release RSS feed)
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc
>> T3CH released a new SVN compile (rev12881) of XBMC for Xbox (XboxMediaCenter(info)).
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* AMT updated to 0.99.4b; NOTE: if you have duplicate actors for a movie, a rebuild of the DB is needed. Keep the cache, just delete AMT.db and it should rebuild fairly quickly.
* T3CH Upgrader updated to 1.6
* added: abilty to hide scripts/folders in the scripts window. (You prepend a dot to the name. eg “.backups” folder (without quotes) would be hidden)
* added: highlight currently playing shoutcast station/last.fm station/.strm file…
* added: Ability to use togglebuttons in place of buttons in settingscategory buttons. Uses <alttexturefocus> when rendering the selected category while in the settings list.
* added : PM3 - A big cover list view “List 2″ to Library TV show seasons node
* added: log if no regexp matches a file during series folder enumeration
* added: asap (atari audio) codec to paplayer. thanks to pfusik
* added: listitem.property(artistthumb) to album and song info dialogs.
* added: Mirrored all Container(x).ListItem(y). infolabels to a Container(x).ListItemNoWrap(y). versino that acts the same but will not wrap the list, and simply return empty if the specified offset is outside the list bounds. All ListItem items are available with the new infolabels (Icon, Label, Label2, etc, etc)
* added: <label2> tag to buttoncontrols, and infolabel-ized it.
* added: List Item Property “fanart_image”, available at the show titles level
* added : 3D list view back to artist view in music library
* added : short cuts to plugins node in Video and Music Library for skinners use ActivateWindow(VideoLibrary,Plugins) and ActivateWindow(MusicLibrary,Plugins)
* added: [ 1877042 ] EDL/Cut Support for XBMC’s DVDPlayer. (thx drddt) Disabled by default, enable from player settings. This support is currently untested and is slightly modified from original patch. Might need some more modifications.
For the full changelog (all added/fixed/changed/updated stuff) since the 2008-04-21 SVN Rev12746 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: http://xbmc.org (manual and FAQ)
Official T3CH Site: http://t3ch.yi.se (release RSS feed)
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc, xbox media center
>> T3CH released a new SVN compile (rev11426) of XboxMediaCenter(info) for Xbox1.
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* BBB’s T3CH Upgrader updated to 1.3.1
* added : Better animation to Panels (icon views) and login screen much smoother looking now
* added: DialogVideoScan label now changes according to content type. e.g “Downloading Music Video Information”
* added: ListItem.RatingAndVotes and VideoPlayer.RatingAndVotes infolabels added: “Votes” to pythons ListItem_SetInfo(), if you set both “Rating” and “Votes” the *.RatingAndVotes infolabel will work.
* added: criticalsection for avcodec_open and av_register_all to avoid issues with multithreaded access to ffmpeg libs
* added: Python method xbmc.getRegion(). It returns your regions formmat specifiers. - you can pass the following: (dateshort, datelong, time, meridiem, tempunit, speedunit) - e.g. date_long_format = xbmc.getRegion(’datelong’) returns DDDD, MMMM D, YYYY for USA English
* added: setting for dvdorder “false” by default
For the full changelog (all added/fixed/changed/updated stuff) since the 2008-01-13 SVN Rev11320 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: www.xboxmediacenter.com (manual and FAQ)
Official T3CH Site: http://t3ch.yi.se (release RSS feed)
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc, xbox, xbox media center
>> T3CH released a new SVN compile (rev10840) of XboxMediaCenter(info) for Xbox1.
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* AMT including it’s bundled plugins updated to rev1746
* added: advancesetting playlistretries, to control number of consecutive failed items before aborting playlist. default is 100, set to -1 to never abort.
* added: musicvideos can now scrape online sites, have included an mtv.com scraper (initial support).
* added: Support for strings.xml for skins. id’s 31000->32000 are reserved for skin strings. removed: Code support of depreciated format of strings.xml.
* added: httpapi WebServerStatus command
* added: text subtitle support in mkv’s to dvdplayer. only plain text, no formatting supported
For the full changelog (all added/fixed/changed/updated stuff) since the 2007-11-17 SVN Rev10770 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: www.xboxmediacenter.com (manual and FAQ)
Official T3CH Site: http://t3ch.yi.se (release RSS feed)
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc, xbox, xbox media center
>> T3CH released a new SVN compile (rev10770) of XboxMediaCenter(info) for Xbox1.
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* Sorry for the long delay
* AMT updated to rev1696, XBMC Lyrics updated to rev1637, AOL Videos Plugin updated to “a newer one”.
* added: label2 support to button controls in python, thanks to Nuka1195.
* added: content type to plugins, thanks to Nuka1195.
* added: repeat time and action to textbox autoscrolling.
* added: proper detection of if stream is on local LAN changed: mplayer now only prefills cache to 5% when file is on HD or local LAN, should allow quick startup even with rather large cache.
* added: filename filtering for tagless music files via advancedsettings.xml. See the online manual for setup details.
* added: “justify” text alignment, and <align> support to textbox.
* added: Enable AutoScroll for Plot & Review accessible from Skin Settings (default disabled)
* added: Autoscroll support to textboxes. Use <autoscroll time=”1000″ delay=”3000″>condition_to_scroll</autoscroll>
* added: dvb subtitle support in mpeg-ts streams for dvdplayer added: subtitle delay adjustment support to dvdplayer
* added: Textbox now scrolls smoothly, using <scrolltime> like panels and lists.
* added: buttons for love/hate Last.FM so you can add your favourite tracks to loved or ban them from playing altogether, will appear only when playing Last.FM radio.
* added: last.fm track love now also sets local rating to 5 if the song has been scanned to the database and hasn’t been rated yet.
* added: last.fm recently loved and banned to last.fm directory + unlove/unban (contextmenu)
* added: httpapi config command now returns an error message if the webserver is not on
* added: xbmc.lastfm.love built-in, all songs that can be submitted to last.fm can be loved, optional parameter (false) = direct loving without confirmationdialog. added: xbmc.lastfm.ban built-in, only songs that are playing on last.fm radio can be banned, optional parameter (false) = direct banning without confirmationdialog. added: lastfm.radioplaying boolean-condition added: lastfm.canlove boolean-condition added: lastfm.canban boolean-condition
* added: Thumbnail parameter to the WebServer’s Config AddBookmark command (using asg’s patch)
* added: Plug-in settings, back ported from the linux branch.(Thanks Yuvalt)
* added: dvdplayer now pauses to rebuffer it’s full cache if it runs out of buffer during playback.
* added : French version of tvdb scraper (thanks to bilbon0bud)
* added: Top 250 to DialogVideoInfo (this value can change but only as much as the current ratings/votes)
For the full changelog (all added/fixed/changed/updated stuff) since the 2007-11-04 SVN Rev10675 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: www.xboxmediacenter.com (manual and FAQ)
Official T3CH Site: http://t3ch.yi.se
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc, xbox, xbox media center
Mit diesem Projekt soll es möglich sein, das Xbox Media Center mit einer einfach zu bedienende und leistungsfähige Fernbedienung in Form des Apples iPhone zu verwenden.
Die XBMC iPhone Remote ist komplett Open Source (unter der BSD-Lizenz).
Folgende Features sind momentan umgesetzt. Weiter werden folgen.
Aktuelle Features
- Transport controls, einschließlich Pause / spielen, nächsten / vorherigen Titel in der Playlist, und Lautstärke.
- Automatische Umschaltung zwischen Datei Modus und Transport controls über iPhone’s in Neigungssensor (Datei Browsen im Portrait, Transport controls im Querformat).
- Anzeigen von Informationen über die Zeit spielen Medien, einschließlich der Titel, ID3 Tags, Album Artwork, und vieles mehr.
- Browsing von Audio, Video, Foto, und die Datei Aktien.
- Abspielen von Audio, Videos und Diashows.
- Verwaltung der Audio-, Video- und Diashow Wiedergabelisten, wie das Hinzufügen / Entfernen von Medien und Abspielen von Playlists.
- Starten von Skripten innerhalb des Scripts.
- Starten, Herunterfahren, auswerfen, stumm und verschiedene andere Kontrollen,
Future Features Zukünftige Features
- Weitere umfassende Kontrollen Verkehr
- Speichern von Wiedergabelisten
- Einstellungen
- Suchen
Official Site: xbmc iphone remote
Diskussion auf xbmc360: hier
Tags: iPhone, xbmc
>> T3CH released a new SVN compile (rev10457) of XboxMediaCenter(info) for Xbox1.
This T3CH-compile is a complete snapshot of what is in SVN at the time the build was compiled, with just a few small additions.
Special Notes and Added/Noteworthy/XML/Script changes:
* added: ftp client can now do active mode. use url syntax ftp://host/dir?active[=ipaddress:port]
* added: <angle> tag to container labels.
* added: allow filesystem to handle mms:// urls by falling back to their http:// variant
* added: complete thumb management for plugins in the video library. note: the video library plugin entry has a separate thumb from the media source
* added: plugins now inherit folder.jpg or default.tbn thumbs
* added: video plugins node to video library
* Apple Movie Trailers (AMT) script updated to rev1526; now includes AMT plugin installer. Separate AMT plugin removed.
* I’m including the XBMC Win32 PC environment.exe that is meant for skinners & python developers, read more about the concept here. It was built using Microsoft DirectX Summer 2004 SDK.
* I’ve tweaked the win32 run_me_first.bat so it runs and then unmounts the virtual drives when you exit.
For the full changelog (all added/fixed/changed/updated stuff) since the 2007-09-30 SVN Rev10387 build click here.
Keep in mind this is a SVN snapshot of the current development tree. It’s not an official (stable) point release. Use only if you know what you are doing.
Official XBMC Site: www.xboxmediacenter.com
Official T3CH Site: http://t3ch.yi.sehttp://www.xboxmediacenter.com/wiki/index.php?title=What_Is_Source_Code
Discuss this news item on our forums: forums.xbox-scene.com
Tags: xbmc, xbox media center
You can go back to the previous page