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: 1342
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: 1342
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: 1342
Location: Tri-Cities, WA USA

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

druggo wrote:
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


thank you!
no luck:

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

Code:

yoda /etc/portage/package.accept_keywords # USE=-cdr emerge -av gtkpod

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

Calculating dependencies... done!
Dependency resolution took 13.71 s (backtrack: 1/20).


!!! All ebuilds that could satisfy ">=dev-util/anjuta-3.6" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-util/anjuta-3.34.0-r2::gentoo (masked by: ~amd64 keyword)

(dependency required by "app-pda/gtkpod-2.1.5-r5::gentoo" [ebuild])
(dependency required by "gtkpod" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

yoda /etc/portage/package.accept_keywords # more gtkpod.txt
#=app-pda/gtkpod-2.1.5-r5 ~amd64
app-pda/gtkpod ~amd64


_________________
Without diversity there can be no evolution:)
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
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