Git Product home page Git Product logo

libipodimport's People

Contributors

h2co3 avatar itaybre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libipodimport's Issues

Springboard crashes

Hi there,

I really love this library and command line tool, that comes with it 'addtoipod'. But there is problem. SpringBoard likes to crash when you try to import more than one song (example 20). Here what syslog spits out:

Sep 29 20:31:07 oolongtea SpringBoard[3256]: notify name "com.apple.iTunesStore.daemon.launched" has been registered 40 times - this may be a leak                                                                                                                                                                         
Sep 29 20:31:08 oolongtea ReportCrash[3543]: MS:Notice: Installing: (null) [ReportCrash] (675.00)                                                                                                                                                                                                                          
Sep 29 20:31:09 oolongtea ReportCrash[3543]: Formulating crash report for process SpringBoard[3256]                                                                                                                                                                                                                        
Sep 29 20:31:09 oolongtea ReportCrash[3543]: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/SpringBoard_2012-09-29-203108_oolongtea.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0                                                                                                                    

For importing I wrote this nice nodejs script https://github.com/intarstudents/cablree

iOS 6.0.1

Hi, when i try to use the code into my app the song was import into iPod library twice.
One correctly and other with zero byte

I have try also addtoipod in ssh but i have the same issue

tnk's 4nd413

IOS 8

Help please to install everything on IOS 8
I'm totally new to jailbreak dev, that is why I don't know what to do with your lib

Respring, Error

Hey,
i used this library and i downloaded libipodimport from cydia
and when i click on the button it respring the springboard

here is the code i used

define ajamyDestination [NSHomeDirectory() stringByAppendingPathComponent:@"/Documents/Alajmy"]

NSFileManager *fileManager = [[NSFileManager alloc] init];
NSString *path = [ajamyDestination stringByAppendingPathExtension:@"/001.mp3"];
BOOL exists = [fileManager fileExistsAtPath:path isDirectory:NO];
if (exists) {
NSLog(@"This File Downloaded Already");
NSString *songPath = path; // may be M4A, AAC, etc. as well
NSDictionary *metadata = [NSDictionary dictionaryWithObjectsAndKeys:
@"Song Title", kIPIKeyTitle,
@"Author or Singer", kIPIKeyArtist,
@"Heavy metal", kIPIKeyGenre,
[NSNumber numberWithInt:1000], kIPIKeyDuration,
[NSNumber numberWithInt:0], kIPIKeyYear,
nil
];
[[IPIPodImporter sharedInstance] importFileAtPath:songPath withMetadata:metadata];

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.