Unterschiede zwischen den Revisionen 26 und 27
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 10: | Zeile 10: |
for v in 55.7425 60.7918 71.8015 ; do |
wget -N http://dl.google.com/linux/direct/google-musicmanager-beta_current_${a}.rpm mv google-musicmanager-beta_current_${a}.rpm "$(rpm -qp google-musicmanager-beta_current_${a}.rpm).rpm" for v in 55.7425 60.7918 71.8015 91.1050 182.3607 ; do |
Google Musicmanager on Centos 6
Attention: google-musicmanager-beta-1.0.71.8015-0.*.rpm does not work with CentOS 6 - use a older version:
for a in x86_64 i386 ; do wget -N http://dl.google.com/linux/direct/google-musicmanager-beta_current_${a}.rpm mv google-musicmanager-beta_current_${a}.rpm "$(rpm -qp google-musicmanager-beta_current_${a}.rpm).rpm" for v in 55.7425 60.7918 71.8015 91.1050 182.3607 ; do wget -N http://dl.google.com/linux/musicmanager/rpm/stable/${a}/google-musicmanager-beta-1.0.${v}-0.${a}.rpm done done
Note from http://chrome.richardlloyd.org.uk :
The 64-bit and 32-bit RPMs for version 1.0.55.7425 seem to work OK on CentOS 6.4. They have lsb and qtwebkit dependencies and there's some log4cxx message output on the console that you can ignore. The later 1.0.60.7918 and 1.0.71.8015 RPMs both crash on CentOS 6.4. I would strongly recommend you keep a copy of the working 1.0.55.7425 RPM, because Google may delete it at any time.
Abstract:
Google Music allows people to upload their music to Google’s cloud and then stream it to any device that has Android or a web browser. Users can upload up to 20,000 tracks to their Google Music accounts. With each song having a maximum allowable size of 250MB. Google has announced that United Kingdom, France, Germany, Italy and Spain will be getting Google Music starting on 2012-11-13.
$ wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_$(rpm -qf /etc/redhat-release --queryformat '%{ARCH}').rpm $ sudo yum install google-musicmanager*.rpm
GUI
About
Name |
google-musicmanager-beta |
Relocations |
/opt |
Version |
1.0.51.1573 |
Vendor |
Google Inc. |
Release |
0 |
Build Date |
Tue Oct 23 00:37:15 2012 |
Build Host |
vpbs10.mtv.corp.google.com |
Group |
Applications/Internet |
Source RPM |
google-musicmanager-beta-1.0.51.1573-0.src.rpm |
Size |
12000672 |
License |
Multiple, see http://music.google.com/ |
Signature |
DSA/SHA1, Tue Oct 23 01:51:14 2012, Key ID a040830f7fac5991 |
Packager |
Google Music Team <musicmanager-linux@google.com> |
URL |
|
Repo |
google-musicmanager |
Summary |
Google Music Manager |
Description |
Google Music uploader. Google Music Manager is a simple application for adding the music files on your computer to your Music library. |
google-musicmanager.repo
$ cat /etc/yum.repos.d/google-musicmanager.repo [google-musicmanager] name=google-musicmanager baseurl=http://dl.google.com/linux/musicmanager/rpm/stable/$basearch enabled=1 gpgcheck=1
provides
$ rpm -q --provides google-musicmanager-beta google-musicmanager = 1.0.51.1573 google-musicmanager-beta = 1.0.51.1573-0
requires
$ rpm -q --requires google-musicmanager-beta|uniq rpmlib(VersionedDependencies) <= 3.0.3-1 lsb >= 4.0 qt qtwebkit libexpat.so.1()(64bit) libidn.so.11()(64bit) libltdl.so.7()(64bit) xdg-utils /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadIsBzip2) <= 3.0.5-1
Misc
$ google-musicmanager log4cxx: No appender could be found for logger (root). log4cxx: Please initialize the log4cxx system properly.