You are not logged in.

#26 2008-11-10 14:02:12

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: [SOLVED] Miro 1.2.8 problem

ashyanbhog wrote:

Hi georgia_tech_swagger

do you follow the dev mailing list?, There was some discussion about Python 2.6 and packages that had issues with it,.

No, I have enough email to pour over between work, UCLUG, and the Southeast Linuxfest.   I don't want to add to that problem.  smile


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#27 2008-11-12 04:57:50

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: [SOLVED] Miro 1.2.8 problem

It looks hopelessly impossible to rebuild everything back to 2.5 ... especially when you're running 2.6, because it will install to the python 2.6 site packages folder.   Ugh.

Last edited by georgia_tech_swagger (2008-11-12 06:00:04)


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#28 2008-11-12 06:36:03

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: [SOLVED] Miro 1.2.8 problem

How to fix Miro:  (CRAZY MAD PROPS to habnabit and Rhamphoryncus in #python on IRC Freenode):

Open up /usr/bin/miro.real ... make the following changes:

Change this (near the top):

import sys
import os.path
import optparse


To this:

import miro.feedparser
import miro.storedatabase
import sys
sys.modules['feedparser'] = miro.feedparser
sys.modules['storedatabase'] = miro.storedatabase
import os.path
import optparse


SUCCESS!

Last edited by georgia_tech_swagger (2008-11-12 06:38:43)


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#29 2008-11-12 08:20:31

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED] Miro 1.2.8 problem

wow awesome job. thanks!

miro 1.2.8-2 with the fix is uploading as I speak.

Offline

#30 2008-11-12 12:29:53

ashyanbhog
Member
From: India
Registered: 2008-08-19
Posts: 49

Re: [SOLVED] Miro 1.2.8 problem

Miro working again! thanks

psychodelica, please mark the thread as solved if its working for you

Last edited by ashyanbhog (2008-11-12 12:32:23)

Offline

#31 2008-11-12 14:18:05

KimTjik
Member
From: Sweden
Registered: 2007-08-22
Posts: 715

Re: [SOLVED] Miro 1.2.8 problem

I see that the issue covered in this thread is solved, but does any one here know:

- what am I missing since Miro is unable to reproduce sound?

Video works, all kinds of features also, but I've got no sound what so ever. Doesn't matter what file I open. And videos that works fine in VLC and all the other common video applications are totally muted in Miro.

Any suggestions? Might there be a not listed dependency library?

Edit: SOLVED

Miro does for some reason not choose the default sound-device but an optional USB sound-device I have plugged in. Hm, so know I have to figure out how Miro chooses sound-devices and why it doesn't adhere to system defaults.

Last edited by KimTjik (2008-11-12 14:23:09)

Offline

#32 2008-11-12 14:20:53

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: [SOLVED] Miro 1.2.8 problem

KimTjik wrote:

I see that the issue covered in this thread is solved, but does any one here know:

- what am I missing since Miro is unable to reproduce sound?

Video works, all kinds of features also, but I've got no sound what so ever. Doesn't matter what file I open. And videos that works fine in VLC and all the other common video applications are totally muted in Miro.

Any suggestions? Might there be a not listed dependency library?

Miro uses xine for playback by defaut.   So you can either try changing the playback engine in preferences, or your search now changes to xine.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#33 2008-11-12 18:15:23

psychodelica
Member
From: Moscow, Russia
Registered: 2008-11-06
Posts: 3

Re: [SOLVED] Miro 1.2.8 problem

I can`t test the new package (miro-1.2.8-2) until Friday, but i see that it works for others. That`s why I marked it solved.  Anyway, if I`ll get some problems with miro, it will be another version smile, but I hope it`s ok.

Great thanks for your work!!! smile

Offline

Board footer

Powered by FluxBB