Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
adding music (mp3) to ipod
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1344
Location: Tri-Cities, WA USA

PostPosted: Wed Oct 02, 2024 7:45 pm    Post subject: adding music (mp3) to ipod Reply with quote

I am trying to add music in the form of an mp3 to an old ipod touch 6th gen.
I'm using xfce with initrc

I have followed the majority of these instructions.
https://wiki.gentoo.org/wiki/Apple_iPod,_iPad,_iPhone

I have access to to /media/ipad-Media and I can write to the ipod.
When I paste an mp3 into /media/ipad-Media/iTunes_Control/Music
I can not see it with itunes.

Please throw me a bone.

Code:

media/ipad-Media $ ll
total 0
drwxr-xr-x 3 cwc cwc  102 Apr 28  2019 AirFair
drwxr-xr-x 2 cwc cwc   68 Sep  4  2022 Airlock
drwxr-xr-x 4 cwc cwc  170 Apr 28  2019 Books
drwxr-xr-x 4 cwc cwc  136 Oct  2 12:39 DCIM
drwxr-xr-x 2 cwc cwc  136 Oct  2 12:40 Downloads
drwxr-xr-x 6 cwc cwc  204 Apr 28  2019 iTunes_Control
drwxr-xr-x 6 cwc cwc  374 Oct  2 12:39 PhotoData
drwxr-xr-x 2 cwc cwc   68 Dec 16  2012 Photos
drwxr-xr-x 2 cwc cwc 2686 Oct 26  2023 Purchases
drwxr-xr-x 2 cwc cwc  170 Sep  4  2022 Recordings
cwc@yoda /media/ipad-Media $ pwd
/media/ipad-Media

_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
druggo
Guru
Guru


Joined: 24 Sep 2003
Posts: 313
Location: Hangzhou, China

PostPosted: Thu Oct 03, 2024 4:53 am    Post subject: Reply with quote

I used to sync music with gtkpod
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2262

PostPosted: Thu Oct 03, 2024 12:46 pm    Post subject: Reply with quote

You cannot just paste the files. It won't play them. It will only play what's in its database. Back when I had iPod I installed rockbox on it which would allow me to just copy the files, but I don't think Touch's are supported.

Nowhere in those instructions is mentioned you can just copy the files. You need software that'll talk to the iPod's DB. I hope the above-mentioned gtkpod will help you, but if it doesn't, I'm afraid you might need to bring up a Windows VM and install an old version of iTunes on it to be able to put music on the iPod.

Best Regards,
Georgi
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1344
Location: Tri-Cities, WA USA

PostPosted: Thu Oct 03, 2024 1:54 pm    Post subject: Reply with quote

druggo wrote:
I used to sync music with gtkpod


Thank you druggo and ogrusx.
I understand.
I am trying to install gtkpod. gtkpod is masked.
I added "app-pda/gtkpod ~amd64 " to /etc/portage/package.accept_keywords/

I'm trying to unmask it. Please throw me a bone on how you installed gtkpod.

Code:

more gtkpod.txt
#=app-pda/gtkpod-2.1.5-r5 ~amd64
app-pda/gtkpod ~amd64


Code:

These are the packages that would be merged, in order:

Calculating dependencies \

!!! Problem resolving dependencies for app-pda/gtkpod
... done!
Dependency resolution took 4.72 s (backtrack: 0/20).


!!! The ebuild selected to satisfy "app-pda/gtkpod" has unmet requirements.
- app-pda/gtkpod-2.1.5-r5::gentoo USE="aac cdr flac mp3 vorbis -clutter -curl -gstreamer" ABI_X86="(64)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    cdr? ( gstreamer )


_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
druggo
Guru
Guru


Joined: 24 Sep 2003
Posts: 313
Location: Hangzhou, China

PostPosted: Thu Oct 03, 2024 2:25 pm    Post subject: Reply with quote

cwc wrote:


!!! The ebuild selected to satisfy "app-pda/gtkpod" has unmet requirements.
- app-pda/gtkpod-2.1.5-r5::gentoo USE="aac cdr flac mp3 vorbis -clutter -curl -gstreamer" ABI_X86="(64)"

The following REQUIRED_USE flag constraints are unsatisfied:
cdr? ( gstreamer )



USE=-cdr emerge -av gtkpod
_________________
HighWayToHell(blog)
https://blog.druggo.org/
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1344
Location: Tri-Cities, WA USA

PostPosted: Thu Oct 03, 2024 3:19 pm    Post subject: Reply with quote

[quote="druggo"]
cwc wrote:


!!! The ebuild selected to satisfy "app-pda/gtkpod" has unmet requirements.
- app-pda/gtkpod-2.1.5-r5::gentoo USE="aac cdr flac mp3 vorbis -clutter -curl -gstreamer" ABI_X86="(64)"

The following REQUIRED_USE flag constraints are unsatisfied:
cdr? ( gstreamer )


I used the following:
USE=-cdr emerge -av gtkpod



After I added the following to /etc/portage/package.accept_keywords/gtkpod.txt :
app-pda/gtkpod ~amd64
dev-util/anjuta ~amd64

I was able to install ptkpod.
_________________
Without diversity there can be no evolution:)


Last edited by cwc on Thu Oct 03, 2024 7:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2262

PostPosted: Thu Oct 03, 2024 3:59 pm    Post subject: Reply with quote

cwc wrote:

i take that back:
I added:
dev-util/anjuta


Do you still have an issue or you figured it out?

Best Regards,
Georgi
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1344
Location: Tri-Cities, WA USA

PostPosted: Thu Oct 03, 2024 7:33 pm    Post subject: Reply with quote

logrusx wrote:
cwc wrote:

i take that back:
I added:
dev-util/anjuta


Do you still have an issue or you figured it out?

Best Regards,
Georgi

Sorry for the delay. Life calls. I'll edit my post to show how I did it.
I was able to get ptkpod to install . I am able to mount the ipod I just need to figure out how to push music (mp3) to it.

Thank You !
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1344
Location: Tri-Cities, WA USA

PostPosted: Thu Oct 03, 2024 8:24 pm    Post subject: Reply with quote

I have added mp3 to the music library on prkpod but when I try to save changes I get the following error:
Can't write iPod database because opf missing Hashinfo file

syncing is also not working.
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
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