An open API service indexing awesome lists of open source software.

https://github.com/alifa98/potatofy

This is my final project for the Adavanded Programming Course.
https://github.com/alifa98/potatofy

java multimedia music-player socket-programming swing-gui

Last synced: over 1 year ago
JSON representation

This is my final project for the Adavanded Programming Course.

Awesome Lists containing this project

README

          

# Advanced Programming Course Project (Spring 2019)
## Jpotify
This is our **java** project for _AP course_.

We are:
* Ali Faraji
* Erfan Hadizadeh

### Dependencies:
* Maven:
* com.github.jiconfont:jiconfont-swing:1.0.0
* com.github.jiconfont:jiconfont-google_material_design_icons:2.2.0.2
* JAR Files:
* jar files are in src

## Screenshots :

_Songs:_
!["songs"](ss/songs.png)

_Albums:_
![Albums](ss/albums.png)

_Album:_
![an Album](ss/album.PNG)

_Create and add PlayList:_
![Create Play List](ss/createplaylist.png)

_Playlists:_
![playlists](ss/playlists.PNG)

_Add Songs (It searchs recursively and adds mp3 files):_
![add song](ss/addSong.png)

## incompleted sections :
* search : We should use similarity algorithms to search in songs title (this helps find misspelling text)
* network: This section's backend isn't completed....see todo(s) in project.