Active Topics

 



Notices


Reply
Thread Tools
Posts: 144 | Thanked: 0 times | Joined on Dec 2005 @ Niles IL...Chicago born and raised.
#21
damn it, I deleted them, lol. I just wanted to see the program work, I'll keep you posted after work.
 
Posts: 106 | Thanked: 3 times | Joined on Dec 2005
#22
Originally Posted by konttori View Post
Screenshot here:
It looks fantastic!

Shout aloud your comments suggestions and critics here!
However, for me I'm afraid it's just Yet-Another-Media-Player-That-Doesn't-Support-Ogg-Vorbis.

I don't mean to criticise you for this. It's clearly up to us Ogg-ophiles to sort ourselves out, and we have no reason to expect the MP3 majority to do our work for us. But that's the situation as I see it.

- Neil
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#23
Originally Posted by neiljerram View Post
It looks fantastic!



However, for me I'm afraid it's just Yet-Another-Media-Player-That-Doesn't-Support-Ogg-Vorbis.

I don't mean to criticise you for this. It's clearly up to us Ogg-ophiles to sort ourselves out, and we have no reason to expect the MP3 majority to do our work for us. But that's the situation as I see it.

- Neil
I hear you bro!

I should be able to add ogg support as well, but ATM I'm focusing on bug fixing and after that I'll try to get the ogg support working.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#24
Originally Posted by lbattraw View Post
I am not having much luck installing it. It never creates a icon to start it with and it doesn't copy things correctly when installing. Here's the output from dpkg:
dpkg -i Urho-Konttoris-MediaCenter-1.0preview9.deb
Selecting previously deselected package mediacenter.
(Reading database ... 15990 files and directories currently installed.)
Unpacking mediacenter (from Urho-Konttoris-MediaCenter-1.0preview9.deb) ...
Setting up mediacenter (1.0.9) ...
Cache file created successfully.
cp: MediaCenter.py: No such file or directory
cp: MediaCenter: No such file or directory
chmod: /usr/bin/MediaCenter: No such file or directory
cp: ./ID3.py: No such file or directory
cp: ./id3reader.py: No such file or directory
cp: ./MediaCenter.desktop: No such file or directory
cp: ./MediaCenter.service: No such file or directory
cp: ./data/*.png: No such file or directory
cp: ./data/*.jpg: No such file or directory

Am I missing something here? I have the python 2.5 runtime installed and I can even run it manually when I extract it to a directory with dpkg -X.

Larry
I tested installing from command line and that doesn't work. Use the application installer instead!
 
Posts: 106 | Thanked: 3 times | Joined on Dec 2005
#25
Originally Posted by konttori View Post
I should be able to add ogg support as well, but ATM I'm focusing on bug fixing and after that I'll try to get the ogg support working.
Thank you. I appreciate your consideration.

To add a bit more detail on what I believe is needed: there are three aspects to it.

First is the GStreamer / Media Player / mime type support for categorizing and playing an .ogg file. This has already been done successfully by N770-Freak and Jussik (in this forum), but never 100% completed and published. I'm now working on finishing this part off.

Second is support for reading Ogg tags (also known as comments). As far as I know, no one has written or ported code to do this yet.

Third is the detail of each media application's implementation, in particular:

(i) whether the application even considers *.ogg files, when scanning for available music

(ii) whether the application will play a file that it can't read any tags for.

As an example of (i), Canola refuses to see .ogg files in the UPnP information from my media server, even when I have all the correct GStreamer-level support in place. Media Streamer sees and plays the .ogg files with no problem, so I presume there's just a filter somewhere in Canola that excludes .ogg.

As an example of (ii): once the GStreamer-level support is in place, the 770 Audio Player will happily play .ogg files. The N800 Media Player will not, however, and I believe the reason is that it has been "improved" so as to organize the library by tags, and will no longer try to play any file whose tags it hasn't read.

OK, that was actually a lot more detail. Sorry

In summary, so far as UK MP is concerned, it would be great if you could

- have, somewhere, the ability to play an untagged file (even though I appreciate that UK MP's primary interface is album-based; perhaps there could be a dummy "album" for untagged songs: "Live and Untagged" )

- include *.ogg in the files that you scan for

- allow someone to contribute an Ogg comment-reading patch in the future.

How do you do the actual playing? Do you use the same GStreamer pipeline config from GConf, that the standard players use? If you do, that part should Just Work. (Once the GStreamer-level support is installed, I mean.)

Thanks for your attention; I hope some of this has been useful and/or interesting!

- Neil
 
SeRi@lDiE's Avatar
Posts: 919 | Thanked: 37 times | Joined on Aug 2006 @ /dev/null
#26
I am not sure if this been posted but your deb packege after installation it wont register on the "Show Installed Applications" so I had to remove it manually...
 
SeRi@lDiE's Avatar
Posts: 919 | Thanked: 37 times | Joined on Aug 2006 @ /dev/null
#27
I am having major problems uninstalling this application.... can you please tell me where the icon reside? Is not in /usr/share/applications/hildon

Thank You.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#28
Originally Posted by SeRi@lDiE View Post
I am not sure if this been posted but your deb packege after installation it wont register on the "Show Installed Applications" so I had to remove it manually...
I've never had that issue. Did you install through the application installer?

To answer your second question, there is actually no icon, but if you want to remove everything, just run the following:

rm /usr/bin/ID3.py
rm /usr/bin/id3reader.py
rm /usr/share/applications/hildon/MediaCenter.desktop
rm /usr/share/dbus-1/services/MediaCenter.service
rm /usr/share/pixmaps/bg.png
rm /usr/share/pixmaps/song.png
rm /usr/share/pixmaps/test.png
rm /usr/share/pixmaps/UNKNOWN_UNKNOWN.jpg

That's all in the prerm script, but if your application install malfunctioned somehow, that may be corrupt somehow.

You might also just try to re-install a later version over it and then have a look if you can see that in the application installer.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#29
@neiljerram:

Yep. I, of course, would need to have access to ogg comments. Although another solution would be to assume the folder the song is in to be the album name. That might work well enough. And then just pass the artist to be ogg ... or something

and yah, UK MP uses gstreamer for playback, so I assume / hope there would be no need to do anything else than pass the file to gstreamer. Anyway, I'm sure all that stuff will be solved. And if there is no vorbis comment lib, I'm sure there is a way to extract that data.
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#30
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:27.