John S John
John S John

Reputation: 422

Add songs/photos/videos to Windows Phone 8 Emulator

How can I add media files to library folders of WP emulator so that I can list them in my program?

Upvotes: 3

Views: 711

Answers (3)

Sean McKenna
Sean McKenna

Reputation: 3714

The Windows Phone 8.1 SDK allows you to use a folder on your dev machine to simulate an SD card for the emulator. If you put a bunch of media files in that folder before "inserting" it into the emulator, they will get picked up and added to the appropriate libraries.

Note that it can take a few seconds for media indexer to wake up and go through the content but you can easily check on its progress in the appropriate built-in app (eg. Music or Photos).

You can find this feature in the emulator's Additional Tools window:

enter image description here

Upvotes: 4

Amit Bhatiya
Amit Bhatiya

Reputation: 2621

One of the new features of the Windows Phone 8 SDK is the ability to save(add) songs to the phone's MediaLibrary.

Try this out for Songs.

for photos

Try this

Upvotes: 0

vITs
vITs

Reputation: 1560

you need to use SaveSong from MediaLibrary

have a look at this

Upvotes: 0

Related Questions