← Back to team overview

pogo-users team mailing list archive

Re: [m3u] new: path in terminal

 

Hi Tim,
good catch. This is indeed a bug and it happens here too. The paths have to be made absolute. I'll fix that and let you know.

Cheers,
Jendrik

Am 26.10.2010 14:57, schrieb Tim:
I opened Pogo in terminal:

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
<code copy>
t1m@t1mint9 ~ $ pogo Musik/2Raumwohnung-In\ Wirklich-00-Da\ Sind\
Wir.mp3 DEBUG    stdout logging level: 10
INFO     Writing log to file "/home/t1m/.config/pogo/Logs/log"
INFO     Started
First start: False
INFO     Module loaded: StatusbarTitlebar
INFO     Module loaded: Equalizer
INFO     Module loaded: CtrlPanel
INFO     Module loaded: Covers
INFO     Module loaded: GSTPlayer
INFO     Module loaded: DesktopNotification
INFO     Module loaded: Tracktree
INFO     Module loaded: GnomeMediaKeys
INFO     Module loaded: FileExplorer
INFO     Module loaded: DBus
INFO     Module loaded: TrackPanel
INFO     [Tracktree] Filling playlist with files given on command line
ERROR    Unable to extract information from Musik/2Raumwohnung-In
Wirklich-00-Da Sind Wir.mp3

Traceback (most recent call last):
   File "/usr/share/pogo/src/media/__init__.py", line 65, in
_getTrackFromFile return
mFormats[splitext(file.lower())[1]].getTrack(file) File
"/usr/share/pogo/src/media/format/mp3.py", line 27, in getTrack mp3File
= MP3(filename) File
"/usr/lib/python2.6/dist-packages/mutagen/__init__.py", line 73, in
__init__ self.load(filename, *args, **kwargs) File
"/usr/lib/python2.6/dist-packages/mutagen/id3.py", line 1949, in load
try: self.tags = ID3(filename, **kwargs) File
"/usr/lib/python2.6/dist-packages/mutagen/id3.py", line 74, in __init__
super(ID3, self).__init__(*args, **kwargs) File
"/usr/lib/python2.6/dist-packages/mutagen/_util.py", line 103, in
__init__ super(DictProxy, self).__init__(*args, **kwargs) File
"/usr/lib/python2.6/dist-packages/mutagen/__init__.py", line 37, in
__init__ self.load(*args, **kwargs) File
"/usr/lib/python2.6/dist-packages/mutagen/id3.py", line 109, in load
self.__fileobj = file(filename, 'rb') IOError: [Errno 2] No such file
or directory: 'Musik/2Raumwohnung-In Wirklich-00-Da Sind Wir.mp3'
</code>
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Pogo opens with the filename without .mp3

I tried to rename the file, because there were spaces in the name
then I swithed into the directory *Musik* and use another file called
tommorow.mp3.

  → but the same thing.

but if I do the following Pogo find&  play the song.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
<code>
t1m@t1mint9 ~/Musik $ pogo /home/t1m/Musik/tomorrow.mp3
DEBUG    stdout logging level: 10
INFO     Writing log to file "/home/t1m/.config/pogo/Logs/log"
INFO     Started
First start: False
INFO     Module loaded: StatusbarTitlebar
INFO     Module loaded: Equalizer
INFO     Module loaded: CtrlPanel
INFO     Module loaded: Covers
INFO     Module loaded: GSTPlayer
INFO     Module loaded: DesktopNotification
INFO     Module loaded: Tracktree
INFO     Module loaded: GnomeMediaKeys
INFO     Module loaded: FileExplorer
INFO     Module loaded: DBus
INFO     Module loaded: TrackPanel
INFO     [Tracktree] Filling playlist with files given on command line
</code>
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

is this path-thingi only at my PC?

cheers
Tim
_______________________________________

--
Liegt der Bauer in dem Miste, hat er einen in der Kiste.


_______________________________________________
Mailing list: https://launchpad.net/~pogo-users
Post to     : pogo-users@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~pogo-users
More help   : https://help.launchpad.net/ListHelp

Follow ups

References