Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pymusique - iTunes music store for linux,
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Fri Mar 11, 2005 7:21 pm    Post subject: Pymusique - iTunes music store for linux, Reply with quote

and without the DRM, it seems 8O

http://fuware.nanocrew.net/pymusique/

I downloaded it, and installed it.
I needed to emerge twisted and mcrypt, and then build python-mcrypt by hand ( ./setup.py build and ./setup.py install) , and ran the pymusique install-script setup.py. Then you can run pymusique.

Cool stuff 8) All that's missing is an ebuild. I wonder how long this will keep working :?:

[edit] Found the original article here (in Dutch) .
Back to top
View user's profile Send private message
Lord_BeeJee
n00b
n00b


Joined: 01 Jun 2004
Posts: 4
Location: Antwerp, Belgium

PostPosted: Fri Mar 11, 2005 7:54 pm    Post subject: Reply with quote

Yup, just installed it myself in the same way and it works pretty good for such an early version. Let's hope Apple wont land a big hammer on them so they can keep on developing it.!
Back to top
View user's profile Send private message
wzzrd
Apprentice
Apprentice


Joined: 18 Jul 2002
Posts: 245

PostPosted: Sun Mar 13, 2005 7:50 pm    Post subject: Reply with quote

Might be a silly question, but where on earth does pymusique save my files??
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Sun Mar 13, 2005 8:47 pm    Post subject: Reply with quote

wzzrd wrote:
Might be a silly question, but where on earth does pymusique save my files??


edit-preferences-song folder ?
Back to top
View user's profile Send private message
wzzrd
Apprentice
Apprentice


Joined: 18 Jul 2002
Posts: 245

PostPosted: Sun Mar 13, 2005 9:13 pm    Post subject: Reply with quote

Yeah I figured as much, but the prefs don't work here. I'm getting the funny feeling my setup isn't totally ok :P
Back to top
View user's profile Send private message
john36
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jul 2002
Posts: 141
Location: Boston

PostPosted: Sun Mar 20, 2005 9:35 pm    Post subject: Reply with quote

Not quite working for me.
A screen opens up, and I think I can log in,
but when I start a search, it never comes back.
Nothing hangs or anything, its just that "Searching...."
appears (and stays) at the bottom of the screen and I never get any results

By the way, the screen is kinda bare, but maybe that's the way it's supposed to be.
Back to top
View user's profile Send private message
bakiller
n00b
n00b


Joined: 30 Dec 2003
Posts: 16

PostPosted: Mon Mar 21, 2005 5:27 pm    Post subject: searching Reply with quote

I have the same problem...I can login correctly but when I go to do a search it sits their at searching... forever. Does anyone know if its just cause we are missing a package or did apple stop letting pymusique work?? Any help is great! Thanks A LOT!
Back to top
View user's profile Send private message
john36
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jul 2002
Posts: 141
Location: Boston

PostPosted: Mon Mar 21, 2005 7:54 pm    Post subject: Reply with quote

I installed the windows version and got the same results.
(Under windows there are only 2 programs to install, so the risk of not having everything seems remote. However, under windows, you never can really tell)

My first search crashed the program.

I restarted, did another search, and it never completed.

Maybe I'll wait for 0.4.
Back to top
View user's profile Send private message
slashdevslashtty
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2004
Posts: 119
Location: 97219

PostPosted: Tue Mar 22, 2005 6:55 am    Post subject: Reply with quote

ZDNET: iTunes hack disabled by Apple

:cry:
Back to top
View user's profile Send private message
apache
n00b
n00b


Joined: 20 Jul 2004
Posts: 60
Location: Austria

PostPosted: Tue Mar 22, 2005 8:50 pm    Post subject: Reply with quote

A little bit OT: Well, as you will need to use itunes 4.7 from now on, I have one question:

I heard from some users, that itunes 4.7 does not work under crossover 4.1, when they buy songs, itunes crashes but they got no song. Can anybody confirm this? I want to use itunes in the future but I will not buy a copy of crossover if I can't buy songs.
Back to top
View user's profile Send private message
darkgamorck
n00b
n00b


Joined: 15 Jan 2003
Posts: 41
Location: Greenville, SC

PostPosted: Tue Mar 22, 2005 11:04 pm    Post subject: Reply with quote

Download the current CVS of PyMusique. It fixes the block. PyMusique was using the old iTunes 4.6 protocol. Apple "plugged" the hole by requiring that all of their users use iTunes 4.7 allowing them to disable that protocol. To do this:

svn checkout https://fuware.net/svn/pymusique/trunk pymusique-trunk
cd ./pymusique-trunk
./setup.py build
./setup.py install

Too bad for Apple, eh? The fact is that they will NEVER be able to plug the hole until they beginning applying DRM to files on the server side rather than the client side. Such a transition isn't going to be cheap either.
Back to top
View user's profile Send private message
darkgamorck
n00b
n00b


Joined: 15 Jan 2003
Posts: 41
Location: Greenville, SC

PostPosted: Tue Mar 22, 2005 11:06 pm    Post subject: Reply with quote

A question for other pymusique users: Is there anyway to purchase an album through pymusique? I can't see any way to do this...
Back to top
View user's profile Send private message
slashdevslashtty
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2004
Posts: 119
Location: 97219

PostPosted: Wed Mar 23, 2005 1:20 am    Post subject: Reply with quote

When I tried the fresh subversion code, ./setup.py build complained about not being able to import gconf (module not found). The solution is to emerge gnome-python.
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Wed Mar 23, 2005 4:03 am    Post subject: Reply with quote

Jon Johansen is my hero!!!
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Wed Mar 23, 2005 4:52 am    Post subject: Reply with quote

The site does not load for me at all. Maybe Apple killed it. heh

However, if Apple wants to solve this problem then they should release iTunes or a program to access the music store for Linux.
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Wed Mar 23, 2005 5:16 am    Post subject: Reply with quote

Actually Slashdot killed it: http://apple.slashdot.org/apple/05/03/23/0122224.shtml?tid=176&tid=141&tid=3
Back to top
View user's profile Send private message
roELEo
n00b
n00b


Joined: 28 Sep 2004
Posts: 42
Location: The Netherlands

PostPosted: Wed Mar 23, 2005 8:54 am    Post subject: Reply with quote

Damn /.! ;-)
Back to top
View user's profile Send private message
williamvergara
n00b
n00b


Joined: 15 Sep 2004
Posts: 47
Location: Germany

PostPosted: Wed Mar 23, 2005 11:00 am    Post subject: still down Reply with quote

I have tryed all day to download the source but tha page is still down. Maybe someone should make an ebuild. Greetings!!
Back to top
View user's profile Send private message
roELEo
n00b
n00b


Joined: 28 Sep 2004
Posts: 42
Location: The Netherlands

PostPosted: Wed Mar 23, 2005 1:33 pm    Post subject: Reply with quote

Well, found a mirror here:
http://www.pyronecrophilia.com/content/pymusique/ (source of 0.4)

An ebuild of 0.3 can be found on buzilla:
https://bugs.gentoo.org/show_bug.cgi?id=84968
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Wed Mar 23, 2005 5:40 pm    Post subject: Reply with quote

Does PyMusique allow you to share music over a LAN (the legal way)? Everyone in my dorm uses iTunes for this exact reason ('cept me -- you'll never get me away from my XMMS now!). Or, knowing that the protocol is open source, can I configure a daemon to headlessly share music over streaming?
Back to top
View user's profile Send private message
stillbourne
n00b
n00b


Joined: 29 Nov 2004
Posts: 33
Location: Denver, CO

PostPosted: Thu Mar 24, 2005 8:28 pm    Post subject: Reply with quote

will there be an ebuild for 0.4 in portage?
_________________
Gentoo Linux: 2.6.11-gentoo-r5 Pentium-M 1.5 GHZ on X1015 Compaq laptop.
Back to top
View user's profile Send private message
slag
n00b
n00b


Joined: 17 Feb 2005
Posts: 30

PostPosted: Thu Mar 24, 2005 11:35 pm    Post subject: Reply with quote

destuxor wrote:
Jon Johansen is my hero!!!


Indeed... the man is pure genius. Just a few days after Apple releases a fix, he releases a counter-fix for his magic utility! :D
Back to top
View user's profile Send private message
fissy
n00b
n00b


Joined: 22 Mar 2005
Posts: 2

PostPosted: Thu Mar 24, 2005 11:41 pm    Post subject: Reply with quote

destuxor wrote:
Does PyMusique allow you to share music over a LAN (the legal way)? Everyone in my dorm uses iTunes for this exact reason ('cept me -- you'll never get me away from my XMMS now!). Or, knowing that the protocol is open source, can I configure a daemon to headlessly share music over streaming?

http://www.deleet.de/projekte/daap/daapd/
Apparently in portage.
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Fri Mar 25, 2005 3:21 am    Post subject: Reply with quote

fissy wrote:
destuxor wrote:
Does PyMusique allow you to share music over a LAN (the legal way)? Everyone in my dorm uses iTunes for this exact reason ('cept me -- you'll never get me away from my XMMS now!). Or, knowing that the protocol is open source, can I configure a daemon to headlessly share music over streaming?

http://www.deleet.de/projekte/daap/daapd/
Apparently in portage.
Thanks! I remembered seeing this before but couldn't recall the actual name. My neighbors will be happy!
Back to top
View user's profile Send private message
ChojinDSL
l33t
l33t


Joined: 07 Jul 2003
Posts: 784

PostPosted: Fri Mar 25, 2005 3:41 am    Post subject: Reply with quote

Geez, that guy just cant stop can he? First decss now this. I hope he doesnt get into trouble because of this.

By the way, that zdnet article seems to have a bit of a tainted view. It calls pymusique "Underground Software" and claims that Jon released "DVD copying software". WTF!? It was a dvd player for linux.

I wonder if this little app would finally make linux mass marketable. hehehe... all those itunes fans switching to linux just so they can purchase drm-free music. :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum