clem2itunes

Crazy way to synchronise a remote Strawberry rated library to Music.app using Python, JXA and SSH.

https://github.com/tatsh/clem2itunes

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

command-line file-management macos multimedia ssh strawberry
Last synced: 4 months ago · JSON representation ·

Repository

Crazy way to synchronise a remote Strawberry rated library to Music.app using Python, JXA and SSH.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
command-line file-management macos multimedia ssh strawberry
Created almost 10 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

clem2itunes

Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Documentation Status mypy pre-commit pydocstyle pytest Ruff Downloads Stargazers

@Tatsh Mastodon Follow

Crazy way to synchronise a remote Strawberry rated library with iTunes using Python, JXA and SSH.

Requires the following packages on the source side:

Installation

Poetry

shell poetry add clem2itunes

Pip

shell pip install clem2itunes

Usage

```shell Usage: clem2itunes [OPTIONS] COMMAND [ARGS]...

Tools for Strawberry libraries.

Options: -d, --debug Enable debug level logging. -h, --help Show this message and exit.

Commands: create-library (c,cl,create,create-lib) Create a curated music library. sync (s) Sync remote library to local machine. ```

create-library is useful for creating a maximally sized library of music for copying to any device based on song ratings. It tries to avoid duplicates, and splits MP3s (losslessly) using CUE files.

sync is only for use on macOS to copy songs over, add them to iTunes/Music, and set ratings.

Sync a library to an Android device

Assumes the library is at ~/import. You have to create the /sdcard/Music/import directory on the device first.

shell for i in ~/import/*; do adb push --sync -Z "$(readlink -f "$i")" /sdcard/Music/import; done

If your machine lacks readlink, use perl -MCwd -le 'print Cwd::abs_path shift' ... instead.

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-08-27'
message: 'If you use this software, please cite it as below.'
title: 'clem2itunes'
version: '0.1.2'

GitHub Events

Total
  • Delete event: 61
  • Issue comment event: 67
  • Push event: 99
  • Pull request event: 116
  • Create event: 57
Last Year
  • Delete event: 61
  • Issue comment event: 67
  • Push event: 99
  • Pull request event: 116
  • Create event: 57

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 75
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.24
  • Merged pull requests: 61
  • Bot issues: 0
  • Bot pull requests: 75
Past Year
  • Issues: 0
  • Pull requests: 41
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.24
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 41
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (163)
Top Labels
Issue Labels
dependencies (1)
Pull Request Labels
dependencies (163) javascript (27) python (22)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 42 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
pypi.org: clem2itunes

Crazy way to synchronise a remote Strawberry rated library to Music.app using Python, JXA and SSH.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 42 Last month
Rankings
Dependent packages count: 7.5%
Average: 38.6%
Dependent repos count: 69.7%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/close-inactive.yml actions
  • actions/stale v5 composite
.github/workflows/qa.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
package.json npm
  • @prettier/plugin-xml ^3.2.0 development
  • @typescript-eslint/eslint-plugin ^6.5.0 development
  • @typescript-eslint/parser ^6.5.0 development
  • cspell ^7.3.2 development
  • eslint ^8.48.0 development
  • eslint-config-prettier ^9.0.0 development
  • eslint-plugin-prettier ^5.0.0 development
  • eslint-plugin-redos ^4.4.5 development
  • eslint-plugin-typescript-sort-keys ^3.0.0 development
  • format-imports ^3.2.5 development
  • markdownlint-cli2 ^0.9.2 development
  • prettier ^3.0.3 development
  • prettier-plugin-ini ^1.1.0 development
  • prettier-plugin-sort-json ^3.0.1 development
  • prettier-plugin-toml ^1.0.0 development
  • ts-loader ^9.4.4 development
  • typescript ^5.2.2 development
  • webpack ^5.88.2 development
  • webpack-cli ^5.1.4 development
yarn.lock npm
  • 474 dependencies
.rtfd-requirements.txt pypi
  • sphinx-click >=4.4.0
  • toml >=0.10.2
poetry.lock pypi
  • alabaster 0.7.13
  • astroid 3.0.1
  • attrs 23.1.0
  • babel 2.12.1
  • cattrs 23.1.2
  • certifi 2023.7.22
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • coverage 6.5.0
  • coveralls 3.3.1
  • dill 0.3.7
  • docopt 0.6.2
  • docutils 0.20.1
  • esbonio 0.16.2
  • exceptiongroup 1.1.3
  • idna 3.4
  • imagesize 1.4.1
  • importlib-metadata 6.8.0
  • iniconfig 2.0.0
  • isort 5.12.0
  • jinja2 3.1.2
  • loguru 0.7.2
  • lsprotocol 2023.0.0b1
  • markupsafe 2.1.3
  • mccabe 0.7.0
  • mock 5.1.0
  • mypy 1.6.1
  • mypy-extensions 1.0.0
  • packaging 23.1
  • platformdirs 3.10.0
  • pluggy 1.3.0
  • pygls 1.1.1
  • pygments 2.16.1
  • pylint 3.0.2
  • pylint-quotes 0.2.3
  • pyspellchecker 0.7.2
  • pytest 7.4.3
  • pytest-mock 3.12.0
  • pytoolconfig 1.2.5
  • requests 2.31.0
  • rope 1.11.0
  • snowballstemmer 2.2.0
  • sphinx 7.2.6
  • sphinx-click 5.0.1
  • sphinxcontrib-applehelp 1.0.7
  • sphinxcontrib-devhelp 1.0.5
  • sphinxcontrib-htmlhelp 2.0.4
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 1.0.6
  • sphinxcontrib-serializinghtml 1.1.9
  • toml 0.10.2
  • tomli 2.0.1
  • tomlkit 0.12.1
  • typeguard 3.0.2
  • types-toml 0.10.8.7
  • typing-extensions 4.7.1
  • urllib3 2.0.4
  • win32-setctime 1.1.0
  • yapf 0.40.2
  • zipp 3.16.2
pyproject.toml pypi
  • click ^8.1.7
  • loguru ^0.7.0
  • python >=3.10,<4