Andrii Lundiak
Andrii Lundiak
I fetched `[email protected]` to my prj. But at this time I was node 8.x and npm 5.x. As result using `itunes-data` cased me to the issues well described here: https://github.com/npm/npm/issues/19989...
I have many tracks, which exported to JSON file, and comparing csv/tsv files with json, I may state, that these fields are not exported to tsv/csv: - `"Track Count"` -...
When I execute any commands using `--format` and `>` files created, but they all have at the beginning of file ``` itunes-data --tracks --format json ~/Music/iTunes/iTunes\ Music\ Library.xml > data/tracks2.json...
I copied xml files to my custom project folder, and running commands: ``` itunes-data --albums albums.json ./iTunes\ Music\ Library.xml itunes-data --albums albums.csv ./iTunes\ Music\ Library.xml itunes-data --albums albums.tsv ./iTunes\ Music\...
In readme.md file there is usage of ``` "iTunes Media Library.xml" ``` But on MacOS Sierra after iTunes did at least one export, it creates files: ``` "iTunes Music Library.xml"...
I'm on iTunes `v12.5.5.5`, MacOS Sierra `v10.12.3`, node `v7.5.0`, npm `v4.1.2` Command (s) - any of these fails: ``` itunes-data --library library.json ~/Music/iTunes/iTunes\ Music\ Library.xml itunes-data --library library.tsv ~/Music/iTunes/iTunes\ Music\...
Not sure, but I don't have dedicated, custom playlist. Timeago it was able to do so. I don't use playlists so far. Except default suggested (Genius disabled, btw): Anyway, running...
Installed. I'm on Mac OS `v10.11.6` with `oh-my-zsh` with node `v4.5.0` and npm `v2.15.9`. And I see that in `package.json` you have `"npm": "^3.5.2",` dependency. Not sure why, and if...
Before `gh-pages` I personally knew [`grunt-bump`](https://github.com/vojtajina/grunt-bump) - used in one of my projects. So they have code, which takes `package.json`/`bower.json` `version` and use it for commit/tagName purpose. I thought, it's...
here is my task config: ``` 'gh-pages':{ options: { base: 'gh-gh', dotfiles: true, message: 'gh-pages updated', tag:'2.1.0' }, src: '**' } ``` Based on this config, when I execute first...