atunes-developers Mailing List for aTunes
Cross-platform player and audio manager
Brought to you by:
fleax
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(23) |
Sep
(9) |
Oct
(19) |
Nov
|
Dec
(39) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(29) |
Feb
(33) |
Mar
(19) |
Apr
(2) |
May
(26) |
Jun
(32) |
Jul
(14) |
Aug
(12) |
Sep
(2) |
Oct
(28) |
Nov
|
Dec
(13) |
| 2009 |
Jan
|
Feb
(7) |
Mar
(21) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(26) |
Nov
(10) |
Dec
(2) |
| 2010 |
Jan
(17) |
Feb
(6) |
Mar
(5) |
Apr
(11) |
May
(20) |
Jun
(5) |
Jul
(1) |
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(22) |
Jun
(7) |
Jul
(8) |
Aug
(17) |
Sep
(26) |
Oct
(27) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ap...@in...> - 2014-05-24 00:02:47
|
Hi, Maybe it works whit 1.0.5 if you change the package name from fourthline to teleal. We used the "testing release" of cling. Maybe this will help: https://github.com/4thline/cling Use Cling in your pom.xml with: <dependencies> <dependency> <groupId>org.fourthline.cling</groupId> <artifactId>cling-core</artifactId> <version>2.0-SNAPSHOT</version> </dependency> </dependencies> I'm sorry, I totally forgot to tell you this thing. Good luck! Adam > Hi, > > I'm reviewing code and a problem with the Cling library you used. Last > stable Cling is 1.0.5, however seems not being the version you used, as > package name is different and some classes are missing. > > Can you tell me what Cling version you used, and if it's available in some > maven repository? > > Thanks. > > @alex_aranda <http://twitter.com/alex_aranda> > > > 2014-05-14 20:53 GMT+02:00 <ap...@in...>: > >> Hi, >> We are students at University of Szeged, Hungary. We had a task to >> develop >> a module with the help of which we can listen to music while using >> aTunes >> (Currently the new track is being added as a radio, but this method can >> be >> changed to add a track instead.). We would like to know whether you like >> this function or not, moreover, is it useful for aTunes or not. >> >> We added the following libs to this project: >> Cling Core: http://4thline.org/projects/cling/core/ >> Cling Support: http://4thline.org/projects/cling/support/ >> >> In addition,the following files have been modified/added: >> aTunes/src/main: >> >> .../java/net/sourceforge/atunes/kernel/modules/upnp/AddUpnpServerDialog.java >> .../resources/translations/MainBundle.properties >> .../resources/translations/MainBundle_hu.properties >> .../java/net/sourceforge/atunes/gui/views/menus/ToolsMenu.java >> .../java/net/sourceforge/atunes/kernel/actions/AddUpnpServerAction.java >> .../java/net/sourceforge/atunes/kernel/modules/upnp/UpnpServerHandler.java >> .../java/net/sourceforge/atunes/model/IAddUpnpServerDialog.java >> .../java/net/sourceforge/atunes/model/IUpnpServerHandler.java >> .../resources/settings/spring/actions.xml >> .../resources/settings/spring/dialogs.xml >> .../resources/settings/spring/handlers.xml >> >> Screenshots: >> http://s27.postimg.org/mhnw0ljnn/image.png >> http://s27.postimg.org/5smg4on2b/image.png >> http://s27.postimg.org/5el4532yr/image.png >> http://s27.postimg.org/p09l1a5dv/image.png >> >> I attach the modified files to the mail. >> >> Thank you in advance, >> We are waiting for your answer. >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. >> Get unparalleled scalability from the best Selenium testing platform >> available >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> aTunes-Developers mailing list >> aTu...@li... >> https://lists.sourceforge.net/lists/listinfo/atunes-developers >> >> > |
|
From: Alex A. <al...@at...> - 2014-05-21 17:47:58
|
Hi, I'm reviewing code and a problem with the Cling library you used. Last stable Cling is 1.0.5, however seems not being the version you used, as package name is different and some classes are missing. Can you tell me what Cling version you used, and if it's available in some maven repository? Thanks. @alex_aranda <http://twitter.com/alex_aranda> 2014-05-14 20:53 GMT+02:00 <ap...@in...>: > Hi, > We are students at University of Szeged, Hungary. We had a task to develop > a module with the help of which we can listen to music while using aTunes > (Currently the new track is being added as a radio, but this method can be > changed to add a track instead.). We would like to know whether you like > this function or not, moreover, is it useful for aTunes or not. > > We added the following libs to this project: > Cling Core: http://4thline.org/projects/cling/core/ > Cling Support: http://4thline.org/projects/cling/support/ > > In addition,the following files have been modified/added: > aTunes/src/main: > > .../java/net/sourceforge/atunes/kernel/modules/upnp/AddUpnpServerDialog.java > .../resources/translations/MainBundle.properties > .../resources/translations/MainBundle_hu.properties > .../java/net/sourceforge/atunes/gui/views/menus/ToolsMenu.java > .../java/net/sourceforge/atunes/kernel/actions/AddUpnpServerAction.java > .../java/net/sourceforge/atunes/kernel/modules/upnp/UpnpServerHandler.java > .../java/net/sourceforge/atunes/model/IAddUpnpServerDialog.java > .../java/net/sourceforge/atunes/model/IUpnpServerHandler.java > .../resources/settings/spring/actions.xml > .../resources/settings/spring/dialogs.xml > .../resources/settings/spring/handlers.xml > > Screenshots: > http://s27.postimg.org/mhnw0ljnn/image.png > http://s27.postimg.org/5smg4on2b/image.png > http://s27.postimg.org/5el4532yr/image.png > http://s27.postimg.org/p09l1a5dv/image.png > > I attach the modified files to the mail. > > Thank you in advance, > We are waiting for your answer. > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Alex A. <al...@at...> - 2014-05-15 17:19:23
|
Hi, thanks a lot, seems a great feature to add to aTunes. I will review code as soon as possible and let you know. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2014-05-08 0:52 GMT+02:00 Szabó Dániel <its...@gm...>: > aTunes UPNP feature proposition > > http://sourceforge.net/p/atunes/feature-requests/105/ > > Used library for UPNP connectivity: > Cling: http://4thline.org/projects/cling/ > License: LGPL > > Currently the new track is being added as a radio, but this method can be > changed to add a track instead. > > > > ------------------------------------------------------------------------------ > Is your legacy SCM system holding you back? Join Perforce May 7 to find > out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Alex A. <al...@at...> - 2014-05-15 17:03:20
|
Thanks a lot Paul, fix is added to SVN. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2014-04-29 16:21 GMT+02:00 Paul Sliwa <pau...@gm...>: > > Regards, > > *Paul Sliwa* > 773-297-8591 > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: <ap...@in...> - 2014-05-14 20:06:45
|
Hi, We are students at University of Szeged, Hungary. We had a task to develop a module with the help of which we can listen to music while using aTunes (Currently the new track is being added as a radio, but this method can be changed to add a track instead.). We would like to know whether you like this function or not, moreover, is it useful for aTunes or not. We added the following libs to this project: Cling Core: http://4thline.org/projects/cling/core/ Cling Support: http://4thline.org/projects/cling/support/ In addition,the following files have been modified/added: aTunes/src/main: .../java/net/sourceforge/atunes/kernel/modules/upnp/AddUpnpServerDialog.java .../resources/translations/MainBundle.properties .../resources/translations/MainBundle_hu.properties .../java/net/sourceforge/atunes/gui/views/menus/ToolsMenu.java .../java/net/sourceforge/atunes/kernel/actions/AddUpnpServerAction.java .../java/net/sourceforge/atunes/kernel/modules/upnp/UpnpServerHandler.java .../java/net/sourceforge/atunes/model/IAddUpnpServerDialog.java .../java/net/sourceforge/atunes/model/IUpnpServerHandler.java .../resources/settings/spring/actions.xml .../resources/settings/spring/dialogs.xml .../resources/settings/spring/handlers.xml Screenshots: http://s27.postimg.org/mhnw0ljnn/image.png http://s27.postimg.org/5smg4on2b/image.png http://s27.postimg.org/5el4532yr/image.png http://s27.postimg.org/p09l1a5dv/image.png I attach the modified files to the mail. Thank you in advance, We are waiting for your answer. |
|
From: Szabó D. <its...@gm...> - 2014-05-07 22:53:03
|
aTunes UPNP feature proposition http://sourceforge.net/p/atunes/feature-requests/105/ Used library for UPNP connectivity: Cling: http://4thline.org/projects/cling/ License: LGPL Currently the new track is being added as a radio, but this method can be changed to add a track instead. |
|
From: Paul S. <pau...@gm...> - 2014-04-29 14:21:08
|
In DateUtils.java
In net.sourceforge.atunes.util
Changed return DateTimeFormat.shortDateTime().print(objDate).replace("/","-")
to
DateTimeFormat.shortDateTime().print(objDate).replaceAll("[/:],".")
so that CD ripping in Windows works. (Colons are not valid characters for folder names). |
|
From: Alex A. <al...@at...> - 2014-01-14 18:37:36
|
Hi, about modularization, I tried a plugin system which now is disabled by default. I managed to work simple plugins but the amount of work was huge for a single developer :( The podcast feature is a good thing to work in too, as there is currently in progress in SVN. With that feature finished, and with a few more work in dynamic playlists we could release a new version. Unfortunately I can’t find time to work in aTunes since the summer :( Regards. @alex_aranda <http://twitter.com/alex_aranda> 2014/1/8 Rostislav Matl <ros...@gm...> > IMHO some kind of modularization would make further development easier. If > you manage make the modules reloadable on-the-fly, pluggable (turn them > off/on where it makes sense), it'd be great. The problem is that it could > be lot of work :). > > BTW aTunes is not only alternative to iTunes, I use Linux on daily basis > and use also banshee - it is written in .net and has huge dependencies. For > these nad several more reasons I think aTunes is much better, one of the > best advanced players, if not the best of all :). > > One of the things I wanted to add to aTunes is make it able to take over > podcasts already downloaded e.g. with the banshee. It's only partly > implemented, the ability to work transparently with podcast files already > on disk is still missing and I found difficult to find time for that. It > could be a good task - well focused, with impact on several classes only. > > Regards, > Rostislav Matl > > > On Wed, Jan 8, 2014 at 9:08 AM, Alex Aranda <al...@at...> wrote: > >> Hi, >> >> thanks a lot for choosing aTunes for your course. >> >> Right now development is paused for a few months, since I have no enough >> time to work on it. One of the latest features developed but not yet >> released are dynamic playlists. Maybe you can try to improve it, or perhaps >> you have a new idea, feel free to suggest new features you want to develop >> and we can include them in aTunes. >> >> Alternatively you can take a look at Feature Requests section in >> sourceforge to find some idea you like. >> >> Regards. >> >> @alex_aranda <http://twitter.com/alex_aranda> >> >> >> 2014/1/6 Bruno Soares da Silva <bs...@ci...> >> >>> Hello, >>> We are undergraduate computer science students from Brazil, >>> we are now taking a course at university and one of our activities are >>> contribute with code to an open source project. For that, we chose the >>> aTunes project, because we use it on linux, as an alternative to Apple >>> Itunes ;). >>> So,are some feature that you recomend do start to contribute? >>> >>> Thanks in advance, >>> Bruno Soares >>> >>> >>> ------------------------------------------------------------------------------ >>> Rapidly troubleshoot problems before they affect your business. Most IT >>> organizations don't have a clear picture of how application performance >>> affects their revenue. With AppDynamics, you get 100% visibility into >>> your >>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of >>> AppDynamics Pro! >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> aTunes-Developers mailing list >>> aTu...@li... >>> https://lists.sourceforge.net/lists/listinfo/atunes-developers >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk >> _______________________________________________ >> aTunes-Developers mailing list >> aTu...@li... >> https://lists.sourceforge.net/lists/listinfo/atunes-developers >> >> > |
|
From: Rostislav M. <ros...@gm...> - 2014-01-08 21:32:48
|
IMHO some kind of modularization would make further development easier. If you manage make the modules reloadable on-the-fly, pluggable (turn them off/on where it makes sense), it'd be great. The problem is that it could be lot of work :). BTW aTunes is not only alternative to iTunes, I use Linux on daily basis and use also banshee - it is written in .net and has huge dependencies. For these nad several more reasons I think aTunes is much better, one of the best advanced players, if not the best of all :). One of the things I wanted to add to aTunes is make it able to take over podcasts already downloaded e.g. with the banshee. It's only partly implemented, the ability to work transparently with podcast files already on disk is still missing and I found difficult to find time for that. It could be a good task - well focused, with impact on several classes only. Regards, Rostislav Matl On Wed, Jan 8, 2014 at 9:08 AM, Alex Aranda <al...@at...> wrote: > Hi, > > thanks a lot for choosing aTunes for your course. > > Right now development is paused for a few months, since I have no enough > time to work on it. One of the latest features developed but not yet > released are dynamic playlists. Maybe you can try to improve it, or perhaps > you have a new idea, feel free to suggest new features you want to develop > and we can include them in aTunes. > > Alternatively you can take a look at Feature Requests section in > sourceforge to find some idea you like. > > Regards. > > @alex_aranda <http://twitter.com/alex_aranda> > > > 2014/1/6 Bruno Soares da Silva <bs...@ci...> > >> Hello, >> We are undergraduate computer science students from Brazil, >> we are now taking a course at university and one of our activities are >> contribute with code to an open source project. For that, we chose the >> aTunes project, because we use it on linux, as an alternative to Apple >> Itunes ;). >> So,are some feature that you recomend do start to contribute? >> >> Thanks in advance, >> Bruno Soares >> >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk >> _______________________________________________ >> aTunes-Developers mailing list >> aTu...@li... >> https://lists.sourceforge.net/lists/listinfo/atunes-developers >> >> > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Alex A. <al...@at...> - 2014-01-08 08:08:20
|
Hi, thanks a lot for choosing aTunes for your course. Right now development is paused for a few months, since I have no enough time to work on it. One of the latest features developed but not yet released are dynamic playlists. Maybe you can try to improve it, or perhaps you have a new idea, feel free to suggest new features you want to develop and we can include them in aTunes. Alternatively you can take a look at Feature Requests section in sourceforge to find some idea you like. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2014/1/6 Bruno Soares da Silva <bs...@ci...> > Hello, > We are undergraduate computer science students from Brazil, > we are now taking a course at university and one of our activities are > contribute with code to an open source project. For that, we chose the > aTunes project, because we use it on linux, as an alternative to Apple > Itunes ;). > So,are some feature that you recomend do start to contribute? > > Thanks in advance, > Bruno Soares > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Bruno S. da S. <bs...@ci...> - 2014-01-06 13:57:06
|
Hello, We are undergraduate computer science students from Brazil, we are now taking a course at university and one of our activities are contribute with code to an open source project. For that, we chose the aTunes project, because we use it on linux, as an alternative to Apple Itunes ;). So,are some feature that you recomend do start to contribute? Thanks in advance, Bruno Soares |
|
From: Igor S. <igo...@gm...> - 2013-09-24 21:27:37
|
Hello, I am a PhD Candidate from Brazil. My research is interest is on how to support new contributors during their first steps in the project. My final goal is to verify what kind of tooling is appropriate to support the newcomers overcoming their difficulties when they are willing to contribute to the project. The first step of my reasearch is to find out what are the main obstacles and difficulties faced by these newcomers. My goal is to hear from the community itself. I need your help answering three quick questions available here: http://igor.pro.br/limesurvey/index.php?sid=89755&lang=en You will not take more than 10 minutes, and the survey responses does not contain any identifying information about you unless a specific question in the survey has asked for this. Thanks in advance -- Igor Fabio Steinmacher PhD Candidate - IME/University of São Paulo Faculty at Computer Sciences Dept. at Universidade Tecnológica Federal do Paraná |
|
From: Alex A. <al...@at...> - 2013-09-13 07:41:11
|
Hi, the podcast feature needs some improvements since a long time so you are welcome to start improving it. If you complete such changes successfully then we can think of some other features of podcasts that could be interesting. Don't hesitate to ask if you have any doubt about source code, and thanks a lot for your interest. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2013/9/13 Rostislav Matl <ros...@gm...> > Hi, > > I would like to start using atunes. To make it better cooperating with the > other applications I want to make following changes: > > * to give the podcast files human readable names > * to be able to select a directory (in the already set podcast root > directory) for storage of the files > * to make atunes cope with the situation where there are already podcast > files saved in the target directory > > Are you interested in such changes ? > > Regards, > Rostislav Matl > > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Rostislav M. <ros...@gm...> - 2013-09-13 00:36:57
|
Hi, I would like to start using atunes. To make it better cooperating with the other applications I want to make following changes: * to give the podcast files human readable names * to be able to select a directory (in the already set podcast root directory) for storage of the files * to make atunes cope with the situation where there are already podcast files saved in the target directory Are you interested in such changes ? Regards, Rostislav Matl |
|
From: Alex A. <al...@at...> - 2013-06-01 17:48:16
|
Hi all, due to a bug found in release candidate, related to hotkeys, final release is postponed until monday. I will upload a new release candidate tonight with the fix. Regards. @alex_aranda <http://twitter.com/alex_aranda> |
|
From: Alex A. <al...@at...> - 2013-05-30 06:48:37
|
Hi everyone, Past night I uploaded a new version of Release Candidate including all translations you submitted and fixing some bugs. Remember you have until saturday to send your translations updated. Regards. @alex_aranda <http://twitter.com/alex_aranda> |
|
From: Alex A. <al...@at...> - 2013-05-21 07:01:11
|
Hi, aTunes 3.1.0 is ready and its Release Candidate is available to download and test it. Also note that since last version there have been a few new literals that need translation. You can compare here with english translation to see which literals you need to translate: http://sourceforge.net/p/atunes/code/6159/tree/trunk/aTunes/src/main/resources/translations/MainBundle.properties?diff=5826&diformat=sidebyside Final version will be released on 1st June so you have ten days to update translations. Also you are welcome to test and report any errors you found. As usual it's recommended to save your playlists so you can load again after the update. Thanks a lot for your work. Regards. @alex_aranda <http://twitter.com/alex_aranda> |
|
From: Laurent C. <lau...@fr...> - 2013-01-24 21:44:31
|
Great ;) Le mercredi 23 janvier 2013 20:12:43 Alex Aranda a écrit : > Hi Laurent, > > fixed this bug for 3.0.5 > > Regards. > > @alex_aranda <http://twitter.com/alex_aranda> > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > Hi, it's ok for the compil. > > The bug is always in version 3.1.0 beta : the statistic screen displays > > information about songs, artists and tracks already played. > > Graphs are ok but corresponding table is always empty. Here is a > > screenshot. > > > > > > Regards, > > > > Laurent > > > > Le dimanche 20 janvier 2013 19:55:16 Alex Aranda a écrit : > > > Hi, > > > > > > about the bug you mention in your mail, can you give more information? > > Last > > > version released today 3.0.4 is affected? > > > > > > Regards. > > > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > > > Hi, > > > > Thanks ! > > > > > > > > Laurent > > > > > > > > Le dimanche 20 janvier 2013 18:29:09 Alex Aranda a écrit : > > > > > Hi Laurent, > > > > > > > > > > check you are using the old SVN URL: > > > > > https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes > > > > > > > > > > The new one since Sourceforge migration seems to be broken. > > > > > > > > > > Regards. > > > > > > > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > > > > > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > > > > > > > Hi, > > > > > > I'm looking at trunk sources and i can't compil. Classes and > > packages > > > > are > > > > > > missing ;( > > > > > > I saw a bug in last version : stats screen don't display details. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Laurent > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, > > CSS, > > > > > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills > > current > > > > > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > > > > > MVPs and experts. ON SALE this month only -- learn more at: > > > > > > http://p.sf.net/sfu/learnmore_123012 > > > > > > _______________________________________________ > > > > > > aTunes-Developers mailing list > > > > > > aTu...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > > > > > > > > > > > |
|
From: Alex A. <al...@at...> - 2013-01-23 19:12:52
|
Hi Laurent, fixed this bug for 3.0.5 Regards. @alex_aranda <http://twitter.com/alex_aranda> 2013/1/20 Laurent Cathala <lau...@fr...> > Hi, it's ok for the compil. > The bug is always in version 3.1.0 beta : the statistic screen displays > information about songs, artists and tracks already played. > Graphs are ok but corresponding table is always empty. Here is a > screenshot. > > > Regards, > > Laurent > > Le dimanche 20 janvier 2013 19:55:16 Alex Aranda a écrit : > > Hi, > > > > about the bug you mention in your mail, can you give more information? > Last > > version released today 3.0.4 is affected? > > > > Regards. > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > Hi, > > > Thanks ! > > > > > > Laurent > > > > > > Le dimanche 20 janvier 2013 18:29:09 Alex Aranda a écrit : > > > > Hi Laurent, > > > > > > > > check you are using the old SVN URL: > > > > https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes > > > > > > > > The new one since Sourceforge migration seems to be broken. > > > > > > > > Regards. > > > > > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > > > > > Hi, > > > > > I'm looking at trunk sources and i can't compil. Classes and > packages > > > are > > > > > missing ;( > > > > > I saw a bug in last version : stats screen don't display details. > > > > > > > > > > Thanks, > > > > > > > > > > Laurent > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, > CSS, > > > > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills > current > > > > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > > > > MVPs and experts. ON SALE this month only -- learn more at: > > > > > http://p.sf.net/sfu/learnmore_123012 > > > > > _______________________________________________ > > > > > aTunes-Developers mailing list > > > > > aTu...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > > > > > > > > |
|
From: Laurent C. <lau...@fr...> - 2013-01-20 21:45:27
|
Hi, it's ok for the compil. The bug is always in version 3.1.0 beta : the statistic screen displays information about songs, artists and tracks already played. Graphs are ok but corresponding table is always empty. Here is a screenshot. Regards, Laurent Le dimanche 20 janvier 2013 19:55:16 Alex Aranda a écrit : > Hi, > > about the bug you mention in your mail, can you give more information? Last > version released today 3.0.4 is affected? > > Regards. > > @alex_aranda <http://twitter.com/alex_aranda> > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > Hi, > > Thanks ! > > > > Laurent > > > > Le dimanche 20 janvier 2013 18:29:09 Alex Aranda a écrit : > > > Hi Laurent, > > > > > > check you are using the old SVN URL: > > > https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes > > > > > > The new one since Sourceforge migration seems to be broken. > > > > > > Regards. > > > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > > > Hi, > > > > I'm looking at trunk sources and i can't compil. Classes and packages > > are > > > > missing ;( > > > > I saw a bug in last version : stats screen don't display details. > > > > > > > > Thanks, > > > > > > > > Laurent > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > > > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > > > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > > > MVPs and experts. ON SALE this month only -- learn more at: > > > > http://p.sf.net/sfu/learnmore_123012 > > > > _______________________________________________ > > > > aTunes-Developers mailing list > > > > aTu...@li... > > > > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > > > > > |
|
From: Alex A. <al...@at...> - 2013-01-20 18:55:24
|
Hi, about the bug you mention in your mail, can you give more information? Last version released today 3.0.4 is affected? Regards. @alex_aranda <http://twitter.com/alex_aranda> 2013/1/20 Laurent Cathala <lau...@fr...> > Hi, > Thanks ! > > Laurent > > Le dimanche 20 janvier 2013 18:29:09 Alex Aranda a écrit : > > Hi Laurent, > > > > check you are using the old SVN URL: > > https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes > > > > The new one since Sourceforge migration seems to be broken. > > > > Regards. > > > > @alex_aranda <http://twitter.com/alex_aranda> > > > > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > > > Hi, > > > I'm looking at trunk sources and i can't compil. Classes and packages > are > > > missing ;( > > > I saw a bug in last version : stats screen don't display details. > > > > > > Thanks, > > > > > > Laurent > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > > MVPs and experts. ON SALE this month only -- learn more at: > > > http://p.sf.net/sfu/learnmore_123012 > > > _______________________________________________ > > > aTunes-Developers mailing list > > > aTu...@li... > > > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > > > |
|
From: Laurent C. <lau...@fr...> - 2013-01-20 18:14:34
|
Hi, Thanks ! Laurent Le dimanche 20 janvier 2013 18:29:09 Alex Aranda a écrit : > Hi Laurent, > > check you are using the old SVN URL: > https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes > > The new one since Sourceforge migration seems to be broken. > > Regards. > > @alex_aranda <http://twitter.com/alex_aranda> > > > 2013/1/20 Laurent Cathala <lau...@fr...> > > > Hi, > > I'm looking at trunk sources and i can't compil. Classes and packages are > > missing ;( > > I saw a bug in last version : stats screen don't display details. > > > > Thanks, > > > > Laurent > > > > > > > > ------------------------------------------------------------------------------ > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > > MVPs and experts. ON SALE this month only -- learn more at: > > http://p.sf.net/sfu/learnmore_123012 > > _______________________________________________ > > aTunes-Developers mailing list > > aTu...@li... > > https://lists.sourceforge.net/lists/listinfo/atunes-developers > > |
|
From: Alex A. <al...@at...> - 2013-01-20 17:29:17
|
Hi Laurent, check you are using the old SVN URL: https://atunes.svn.sourceforge.net/svnroot/atunes/trunk/aTunes The new one since Sourceforge migration seems to be broken. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2013/1/20 Laurent Cathala <lau...@fr...> > Hi, > I'm looking at trunk sources and i can't compil. Classes and packages are > missing ;( > I saw a bug in last version : stats screen don't display details. > > Thanks, > > Laurent > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > aTunes-Developers mailing list > aTu...@li... > https://lists.sourceforge.net/lists/listinfo/atunes-developers > |
|
From: Laurent C. <lau...@fr...> - 2013-01-20 16:32:31
|
Hi, I'm looking at trunk sources and i can't compil. Classes and packages are missing ;( I saw a bug in last version : stats screen don't display details. Thanks, Laurent |
|
From: Alex A. <al...@at...> - 2012-06-10 09:51:50
|
Hi Laurent, following your suggestion I moved spring beans outside jar, in "settings/spring" folder in installation directory. I will move also other settings. Regards. @alex_aranda <http://twitter.com/alex_aranda> 2012/6/3 Laurent Cathala <lau...@fr...> > Hi, > Actually spring beans are embedded in atunes.jar. How about putting theses > files under settings dir on a aTunes main directory ? > > So i will be able to tweek beans definition easily. > > Laurent > |