0.9.164 Out

Latests news, download links and announcements about Xt7-Player.

0.9.164 Out

Postby kokoko3k on Mon Feb 22, 2010 11:56 am

http://www.kde-apps.org/content/show.php?content=86197

Sorry for releasing this version so soon, but i spotted 2 bugs just now.
* Mon Feb 22 2010
0.9.164
- Fix runtime error whan adding an uri in library+playlist and a search field which returned 0 results
- in playlist was selected.
- The first element in playlist and library was always lost whan closing and reopening xt7

Thu Feb 18 2010 Antonio Orefice <xt7player@gmail.com> 0.9.162
- FIX: lavdopts options parsing
- NEW: decoding thread number options
- FIX: some english typos (thanks Jacky Bamière)
- NEW: French translation (thanks Jacky Bamière)
- FIX: some language dependant code removed (thanks Jacky Bamière)
- FIX: xdg-open wasn't found even if it exists
- FIX: If vdpau video driver is selected (which doesn't means used), video filter
- chain is cleared (mplayer+vdpau+video filters doesn't play at all)
- FIX: workarounded an mplayer 'bug' with some hotkeys when ladspa filters are used
- (see bug: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1334)
- FIX: Update a podcast rss fixed
- NEW: Shoutcast radio support
- NEW: Display total selection length in playlist and library
- FIX: Dvd navigation via mouse
- FIX: *faster* startup time
- FIX: Little bug in generaloptions listview selection
- FIX: Interface colors with dark themes
- FIX: Bug in profile manager routines, save settings to new profiles was impossible.
- FIX: Subtitles and osd window rearranged to fit 1024x600 netbook resolutions
- NEW: simplified Chinese translation added (thanks shimingzhou)
- NEW: Preliminary support to dvd menus (not 100% stable, but usable)
- NEW: added some configurable hotkeys
- NEW: added dvd navigation hotkey configuration
- NEW: In dvd navigation mode, left mouse select items and doesn't pause anymore.
- FIX: dots in profile name not allowed anymore
- FIX: Don't make factory defaults profile at start if profile already exists
- NEW: Choose to save or not form geometry on exit.
- FIX: workarounded form geometry save/load to work the same way with kwin3+kwin4+compiz
- (expect a glitch with compiz if you use close animation)
- FIX: Less glitches when switching Fullscreen
- FIX: Free drag.data (avoiding reparenting the object which accepted drop)
- NEW: Gradfun video filter (very recent mplayer version needed!)
- NEW: Added "reset to default" buttons near filter configurations
User avatar
kokoko3k
Site Admin
 
Posts: 272
Joined: Wed Nov 05, 2008 12:29 pm

Re: 0.9.164 Out

Postby symbianflo on Mon Feb 22, 2010 1:43 pm

lo pacchettizzo oggi stesso,
questo si che sviluppo :lol:
PS: ho un piccolo problema con i podcast
non sono capace di salvarli :(
da una sessione all'altra .
symbianflo
 
Posts: 118
Joined: Mon May 25, 2009 12:50 pm

Re: 0.9.164 Out

Postby kokoko3k on Mon Feb 22, 2010 4:45 pm

Finalmente qualcuno che segnala i bug, ce ne fossero di più...
Prova a deselezionare "salva tutte le impostazioni all' uscita", da "opzioni generali->varie->salva tutte le impostazioni all' uscita".
Una volta deselezionato, i podcast vengono salvati su disco, corretto il bug, nella prox versione non ci sarà.
--
To save podcast url at exit, please, UNCHECK "General options -> Misc -> Save all settings to profile on program exit"
This bug will be fixed on next release, thanks symbianflo for reporting.
User avatar
kokoko3k
Site Admin
 
Posts: 272
Joined: Wed Nov 05, 2008 12:29 pm

Re: 0.9.164 Out

Postby symbianflo on Mon Feb 22, 2010 7:57 pm

alla facciazza tua, ....posso buttar via
i spec di prima , che figura....miiiiiii rettifico
lo pacchettizzo se riesco quando riesco :lol:
Ci provo coi podcast poi ti dico
per le lingue una cosa veloce per tradurti il .po
posso farlo con un editor di testo giusto ?

PS:
Code: Select all
configure&&make&&sudo makinstall
, come mai ????

Code: Select all
/usr/bin/gbc2 -a -t -p
gba2
mi manca :( :(
symbianflo
 
Posts: 118
Joined: Mon May 25, 2009 12:50 pm

Re: 0.9.164 Out

Postby kokoko3k on Mon Feb 22, 2010 8:51 pm

Per la traduzione, puoi benissimo usare lo stesso programma "gambas2" e cliccare sull' icona della bandierina, è tutto spiegato qui:
http://gambasdoc.org/help/howto/translate?show
Considera che qualsiasi stringa io non abbia tradotto dall' inglese all' italiano, NON va tradotta, pena il malfunzionamento del programma stesso.
Altra accortenza da fare è che stringhe del tipo
"5 - stringa inglese"
vanno tradotte:
"5 - stringa tradotta"
...insomma, mantenendo il numero iniziale, lo spazio ed il trattino.

Se installi tutto Gambas, probabilmente risolvi anche il prob. di compilazione.

(PS: in futuro forse è meglio se parliamo di cose "private" via pm, o in un thread apposito (per esempio quello della traduzione già è aperto ;) )
User avatar
kokoko3k
Site Admin
 
Posts: 272
Joined: Wed Nov 05, 2008 12:29 pm

Re: 0.9.164 Out

Postby symbianflo on Mon Feb 22, 2010 9:27 pm

-ok , scusa mi son fatto un seppuku veloce :(
per la traduzione , poi vedo
-ok podcast risolto , grazie

Code: Select all
Scritto: /home/symbianflo/rpmbuild/SRPMS/xt7-player-0.9.164-69.1mrb2009.1.src.rpm
Scritto: /home/symbianflo/rpmbuild/RPMS/noarch/xt7-player-0.9.164-69.1mrb2009.1.noarch.rpm


New packaging issues ( only for rpm packagers )
1-changed build section in :
Code: Select all
%build
%configure
%make

2-aint got no more dedicated icons must convert it :
( if you use ..%_pixmaps the origin is 48x48 png ,no svg , looks ugly in
kmenu with transparent bespin like style)
Code: Select all
# icons
install -d %{buildroot}%{_miconsdir}
install -d %{buildroot}%{_iconsdir}
install -d %{buildroot}%{_liconsdir}
convert xt7-player.png -resize 16x16 $RPM_BUILD_ROOT%{_miconsdir}/xt7-player.png
convert xt7-player.png -resize 32x32 $RPM_BUILD_ROOT%{_iconsdir}/xt7-player.png
install -p xt7-player.png $RPM_BUILD_ROOT%{_liconsdir}/xt7-player.png


PS: sto gambas 3 .....uffa
intanto ti apro un feature request
symbianflo
 
Posts: 118
Joined: Mon May 25, 2009 12:50 pm


Return to News and downloads

Who is online

Users browsing this forum: No registered users and 1 guest

cron

SourceForge.net Logo